Home
last modified time | relevance | path

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

/NextBSD/sys/arm/lpc/
HDlpc_ohci.c264 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()
HDlpcreg.h339 #define LPC_OTG_I2C_CTRL_SRST (1 << 8) macro