Lines Matching refs:ehci_softc
321 typedef struct ehci_softc { struct
364 void (*sc_vendor_post_reset)(struct ehci_softc *sc); argument
365 uint16_t (*sc_vendor_get_port_speed)(struct ehci_softc *sc, uint16_t index); argument
397 htohc32(const struct ehci_softc *sc, const uint32_t v) in htohc32()
403 htohc16(const struct ehci_softc *sc, const uint16_t v) in htohc16()
409 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh()
415 hc16toh(const struct ehci_softc *sc, const uint16_t v) in hc16toh()
424 htohc32(const struct ehci_softc *sc, const uint32_t v) in htohc32()
430 htohc16(const struct ehci_softc *sc, const uint16_t v) in htohc16()
436 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh()
442 hc16toh(const struct ehci_softc *sc, const uint16_t v) in hc16toh()
452 void ehci_detach(struct ehci_softc *sc);
454 uint16_t ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index);
455 uint16_t ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index);