Home
last modified time | relevance | path

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

/external/u-boot/include/
Di2c.h875 # define I2C_MULTI_BUS 1 macro
878 # define I2C_MULTI_BUS 0 macro
885 return I2C_MULTI_BUS ? i2c_get_bus_num() : 0; in I2C_GET_BUS()
891 if (I2C_MULTI_BUS) in I2C_SET_BUS()