Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dauxbus.h32 typedef struct AUXSlave AUXSlave; typedef
65 AUXSlave *current_dev;
66 AUXSlave *dev;
77 OBJECT_DECLARE_SIMPLE_TYPE(AUXSlave, AUX_SLAVE)
79 struct AUXSlave { struct
133 void aux_init_mmio(AUXSlave *aux_slave, MemoryRegion *mmio);
140 void aux_map_slave(AUXSlave *dev, hwaddr addr);
/openbmc/qemu/hw/misc/
H A Dauxbus.c86 void aux_map_slave(AUXSlave *aux_dev, hwaddr addr) in aux_map_slave()
293 AUXSlave *s; in aux_slave_dev_print()
308 void aux_init_mmio(AUXSlave *aux_slave, MemoryRegion *mmio) in aux_init_mmio()
325 .instance_size = sizeof(AUXSlave),
/openbmc/qemu/hw/display/
H A Ddpcd.c41 AUXSlave parent_obj;