Searched refs:MXC_I2C_GET_BASE (Results 1 – 16 of 16) sorted by relevance
260 #define MXC_I2C_GET_BASE(i) ((i) == 0 ? MXC_BASE_I2C0 : (i) == 1 ? MXC_BASE_I2C1 : 0) macro
320 #define MXC_I2C_GET_BASE(i) ((i) == 0 ? MXC_BASE_I2C0 : 0) macro
349 #define MXC_I2C_GET_BASE(i) ((i) == 0 ? MXC_BASE_I2C0 : (i) == 1 ? MXC_BASE_I2C1 : 0) macro
373 #define MXC_I2C_GET_BASE(i) \ macro
406 #define MXC_I2C_GET_BASE(i) \ macro
372 #define MXC_I2C_GET_BASE(i) \ macro
474 #define MXC_I2C_GET_BASE(i) \ macro
482 #define MXC_I2C_GET_BASE(i) \ macro
476 #define MXC_I2C_GET_BASE(i) \ macro
364 #define MXC_I2C_GET_BASE(i) ((i) == 0 ? MXC_BASE_I2C0 : (i) == 1 ? MXC_BASE_I2C1 : 0) macro
453 #define MXC_I2C_GET_BASE(i) ((i) == 0 ? MXC_BASE_I2C0 : (i) == 1 ? MXC_BASE_I2C1 : 0) macro
404 #define MXC_I2C_GET_BASE(i) \ macro
407 #define MXC_I2C_GET_BASE(i) \ macro
498 #define MXC_I2C_GET_BASE(i) \ macro
1340 mxc_i2c_reva_regs_t *i2c = (mxc_i2c_reva_regs_t *)MXC_I2C_GET_BASE(i2cNum); in MXC_I2C_RevA_MasterAsyncHandler()