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

/freebsd-11.0-release/sys/arm/lpc/
H A Dlpc_ohci.c79 #define lpc_otg_write_4(_sc, _reg, _value) \ macro
83 lpc_otg_write_4(_sc, _wreg, _value); \
204 lpc_otg_write_4(sc, LPC_OTG_STATUS, otgstatus |
237 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);
249 lpc_otg_write_4(sc, LPC_OTG_I2C_STATUS, LPC_OTG_I2C_STATUS_TDI);
260 lpc_otg_write_4(sc, LPC_OTG_I2C_CLKHI, 0x3f);
261 lpc_otg_write_4(s
[all...]

Completed in 50 milliseconds