zynq_usb.c | 57 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 in typeref:typename:void 302 ulpi_write(sc, ULPI_FUNCTION_CONTROL + ULPI_REG_SET,
|