Searched refs:FC_STATE_I2C_INIT (Results 1 – 2 of 2) sorted by relevance
262 fc->init_state |= FC_STATE_I2C_INIT; in flexcop_i2c_init()274 if (fc->init_state & FC_STATE_I2C_INIT) { in flexcop_i2c_exit()279 fc->init_state &= ~FC_STATE_I2C_INIT; in flexcop_i2c_exit()
65 #define FC_STATE_I2C_INIT 0x02 macro