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

/freebsd-10.3-release/sys/arm/lpc/
H A Dlpc_ohci.c237 lpc_otg_write_4(sc, LPC_OTG_I2C_TXRX,
239 lpc_otg_write_4(sc, LPC_OTG_I2C_TXRX, reg);
240 lpc_otg_write_4(sc, LPC_OTG_I2C_TXRX, (LPC_ISP3101_I2C_ADDR << 1) |
242 lpc_otg_write_4(sc, LPC_OTG_I2C_TXRX, I2C_STOP_BIT | DUMMY_BYTE);
251 return (lpc_otg_read_4(sc, LPC_OTG_I2C_TXRX) & 0xff);
278 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, LPC_OTG_I2C_TXRX,
280 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, LPC_OTG_I2C_TXRX,
282 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, LPC_OTG_I2C_TXRX,
H A Dlpcreg.h324 #define LPC_OTG_I2C_TXRX 0x300 macro

Completed in 21 milliseconds