Searched defs:AspeedI2CBus (Results 1 – 1 of 1) sorted by relevance
243 struct AspeedI2CBus { struct244 SysBusDevice parent_obj;246 struct AspeedI2CState *controller;249 I2CSlave *slave;251 MemoryRegion mr;275 AspeedI2CBus busses[ASPEED_I2C_NR_BUSSES]; argument