Lines Matching refs:ehci_softc
315 typedef struct ehci_softc { struct
358 void (*sc_vendor_post_reset)(struct ehci_softc *sc); argument
359 uint16_t (*sc_vendor_get_port_speed)(struct ehci_softc *sc, argument
393 htohc32(const struct ehci_softc *sc, const uint32_t v) in htohc32()
399 htohc16(const struct ehci_softc *sc, const uint16_t v) in htohc16()
405 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh()
411 hc16toh(const struct ehci_softc *sc, const uint16_t v) in hc16toh()
420 htohc32(const struct ehci_softc *sc, const uint32_t v) in htohc32()
426 htohc16(const struct ehci_softc *sc, const uint16_t v) in htohc16()
432 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh()
438 hc16toh(const struct ehci_softc *sc, const uint16_t v) in hc16toh()
448 void ehci_detach(struct ehci_softc *sc);
450 uint16_t ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index);
451 uint16_t ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index);