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

/netbsd-current/sys/arch/arm/xilinx/
H A Dzynq_usb.c57 static void ulpi_write(struct zynqehci_softc *sc, int addr, uint8_t data);
155 ulpi_write(sc, ULPI_FUNCTION_CONTROL + ULPI_REG_CLEAR,
157 ulpi_write(sc, ULPI_FUNCTION_CONTROL + ULPI_REG_SET,
160 ulpi_write(sc, ULPI_FUNCTION_CONTROL + ULPI_REG_SET,
162 ulpi_write(sc, ULPI_FUNCTION_CONTROL + ULPI_REG_CLEAR,
166 ulpi_write(sc, ULPI_OTG_CONTROL + ULPI_REG_SET,
282 ulpi_write(struct zynqehci_softc *sc, int addr, uint8_t data) function
302 ulpi_write(sc, ULPI_FUNCTION_CONTROL + ULPI_REG_SET,
/netbsd-current/sys/arch/arm/imx/
H A Dimxusb.c186 ulpi_write(hsc, ULPI_FUNCTION_CONTROL + ULPI_REG_CLEAR, (1 << 0));
188 ulpi_write(hsc, ULPI_FUNCTION_CONTROL + ULPI_REG_SET, (1 << 2));

Completed in 74 milliseconds