Searched refs:LPC_OTG_I2C_STATUS_TDI (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/arm/lpc/
H A Dlpc_ohci.c247 } while ((status & LPC_OTG_I2C_STATUS_TDI) == 0 || i < 100000);
249 lpc_otg_write_4(sc, LPC_OTG_I2C_STATUS, LPC_OTG_I2C_STATUS_TDI);
289 } while ((status & LPC_OTG_I2C_STATUS_TDI) == 0 || i < 100000);
292 LPC_OTG_I2C_STATUS_TDI);
H A Dlpcreg.h337 #define LPC_OTG_I2C_STATUS_TDI (1 << 0) macro

Completed in 37 milliseconds