Searched defs:AspeedI2CBus (Results 1 – 1 of 1) sorted by relevance
244 struct AspeedI2CBus { struct245 SysBusDevice parent_obj;247 struct AspeedI2CState *controller;250 I2CSlave *slave;252 MemoryRegion mr;276 AspeedI2CBus busses[ASPEED_I2C_NR_BUSSES]; argument