Home
last modified time | relevance | path

Searched refs:AUXReply (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dauxbus.h34 typedef enum AUXReply AUXReply; typedef
49 enum AUXReply { enum
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()
106 AUXReply ret = AUX_NACK; in aux_request()