Searched refs:LPC_OTG_I2C_CTRL_SRST (Results 1 – 2 of 2) sorted by relevance
264 lpc_otg_write_4(sc, LPC_OTG_I2C_CTRL, ctrl | LPC_OTG_I2C_CTRL_SRST); in lpc_otg_i2c_reset()269 } while (ctrl & LPC_OTG_I2C_CTRL_SRST); in lpc_otg_i2c_reset()
339 #define LPC_OTG_I2C_CTRL_SRST (1 << 8) macro