Lines Matching refs:ehci_softc
319 typedef struct ehci_softc {
362 void (*sc_vendor_post_reset)(struct ehci_softc *sc);
363 uint16_t (*sc_vendor_get_port_speed)(struct ehci_softc *sc,
397 htohc32(const struct ehci_softc *sc, const uint32_t v)
403 htohc16(const struct ehci_softc *sc, const uint16_t v)
409 hc32toh(const struct ehci_softc *sc, const uint32_t v)
415 hc16toh(const struct ehci_softc *sc, const uint16_t v)
424 htohc32(const struct ehci_softc *sc, const uint32_t v)
430 htohc16(const struct ehci_softc *sc, const uint16_t v)
436 hc32toh(const struct ehci_softc *sc, const uint32_t v)
442 hc16toh(const struct ehci_softc *sc, const uint16_t v)
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);