Searched refs:AUXSlave (Results 1 – 3 of 3) sorted by relevance
32 typedef struct AUXSlave AUXSlave; typedef65 AUXSlave *current_dev;66 AUXSlave *dev;77 OBJECT_DECLARE_SIMPLE_TYPE(AUXSlave, AUX_SLAVE)79 struct AUXSlave { struct133 void aux_init_mmio(AUXSlave *aux_slave, MemoryRegion *mmio);140 void aux_map_slave(AUXSlave *dev, hwaddr addr);
86 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),
41 AUXSlave parent_obj;