Home
last modified time | relevance | path

Searched refs:AUXCommand (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dauxbus.h33 typedef enum AUXCommand AUXCommand; typedef
39 enum AUXCommand { enum
68 AUXCommand last_transaction;
115 AUXReply aux_request(AUXBus *bus, AUXCommand cmd, uint32_t address,
/openbmc/qemu/hw/misc/
H A Dauxbus.c103 AUXReply aux_request(AUXBus *bus, AUXCommand cmd, uint32_t address, in aux_request()
/openbmc/qemu/hw/display/
H A Dxlnx_dp.c497 AUXCommand cmd = (value & AUX_COMMAND_MASK) >> AUX_COMMAND_SHIFT; in xlnx_dp_aux_set_command()