HomeSort by: relevance | last modified time | path
    Searched defs:ehci_write_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ehcivar.h 259 ehci_write_1(struct ehci_softc *sc, u_int offset, uint8_t data) function in typeref:typename:void
293 #define EWRITE1(sc, a, x) ehci_write_1((sc), (a), (x))
299 #define EOWRITE1(sc, a, x) ehci_write_1((sc), (sc)->sc_offs+(a), (x))
ehcivar.h 259 ehci_write_1(struct ehci_softc *sc, u_int offset, uint8_t data) function in typeref:typename:void
293 #define EWRITE1(sc, a, x) ehci_write_1((sc), (a), (x))
299 #define EOWRITE1(sc, a, x) ehci_write_1((sc), (sc)->sc_offs+(a), (x))

Completed in 22 milliseconds