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

/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_ohci.c95 static void lpc_isp3101_clear(struct ohci_softc *, int, int);
296 lpc_isp3101_clear(struct ohci_softc *sc, int reg, int value) function
304 lpc_isp3101_clear(sc, LPC_ISP3101_MODE_CONTROL_1, LPC_ISP3101_MC1_UART_EN);
305 lpc_isp3101_clear(sc, LPC_ISP3101_MODE_CONTROL_1, ~LPC_ISP3101_MC1_SPEED_REG);
307 lpc_isp3101_clear(sc, LPC_ISP3101_MODE_CONTROL_2, ~0);
312 lpc_isp3101_clear(sc, LPC_ISP3101_OTG_CONTROL_1, ~0);
317 lpc_isp3101_clear(sc, LPC_ISP3101_OTG_CONTROL_1,
320 lpc_isp3101_clear(sc, LPC_ISP3101_OTG_INTR_LATCH, ~0);
321 lpc_isp3101_clear(sc, LPC_ISP3101_OTG_INTR_FALLING, ~0);
322 lpc_isp3101_clear(s
[all...]

Completed in 177 milliseconds