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

  /src/sys/dev/usb/
ehcivar.h 233 ehci_read_1(struct ehci_softc *sc, u_int offset) function in typeref:typename:uint8_t
290 #define EREAD1(sc, a) ehci_read_1((sc), (a))
296 #define EOREAD1(sc, a) ehci_read_1((sc), (sc)->sc_offs+(a))

Completed in 12 milliseconds