Search | Google it | Results 1 - 1 of 1 for fundef:get_dcb_ptr from mtkernel_3/device/i2c/i2c.c (0.00 seconds) |
31: LOCAL T_I2C_DCB *dev_i2c_cb[DEV_I2C_UNITNM]; 32: #define get_dcb_ptr(unit) (dev_i2c_cb[unit]) 33: #define get_dcb_mem(unit,a) (&dev_i2c_cb[unit]->a) 37: LOCAL T_I2C_DCB dev_i2c_cb[DEV_I2C_UNITNM]; 38: #define get_dcb_ptr(unit) (&dev_I2C_cb[unit]) 39: #define get_dcb_mem(unit,a) (&dev_i2c_cb[unit].a)