Searched refs:targetBus (Results 1 – 1 of 1) sorted by relevance
67 i2c_bus_t targetBus; in SRTM_I2CService_ReadBus() local76 targetBus = SRTM_I2C_SearchBus(adapter, busID); in SRTM_I2CService_ReadBus()77 base_addr = targetBus->base_addr; in SRTM_I2CService_ReadBus()78 switch_index = targetBus->switch_idx; in SRTM_I2CService_ReadBus()79 type = targetBus->type; in SRTM_I2CService_ReadBus()87 switch_channel = targetBus->switch_channel; in SRTM_I2CService_ReadBus()106 i2c_bus_t targetBus; in SRTM_I2CService_WriteBus() local115 targetBus = SRTM_I2C_SearchBus(adapter, busID); in SRTM_I2CService_WriteBus()116 base_addr = targetBus->base_addr; in SRTM_I2CService_WriteBus()117 switch_index = targetBus->switch_idx; in SRTM_I2CService_WriteBus()[all …]