Symbol: ehci_softc
sys/arm/freescale/vybrid/vf_ehci.c
168
vybrid_ehci_post_reset(struct ehci_softc *ehci_softc)
sys/arm/freescale/vybrid/vf_ehci.c
173
usbmode = EOREAD4(ehci_softc, EHCI_USBMODE_NOLPM);
sys/arm/freescale/vybrid/vf_ehci.c
176
EOWRITE4(ehci_softc, EHCI_USBMODE_NOLPM, usbmode);
sys/arm/nvidia/tegra_ehci.c
124
esc = &sc->ehci_softc;
sys/arm/nvidia/tegra_ehci.c
154
esc = &sc->ehci_softc;
sys/arm/nvidia/tegra_ehci.c
74
ehci_softc_t ehci_softc;
sys/arm/nvidia/tegra_ehci.c
85
tegra_ehci_post_reset(struct ehci_softc *ehci_softc)
sys/arm/nvidia/tegra_ehci.c
90
usbmode = EOREAD4(ehci_softc, EHCI_USBMODE_LPM);
sys/arm/nvidia/tegra_ehci.c
93
device_printf(ehci_softc->sc_bus.bdev, "set host controller mode\n");
sys/arm/nvidia/tegra_ehci.c
94
EOWRITE4(ehci_softc, EHCI_USBMODE_LPM, usbmode);
sys/arm/xilinx/zy7_ehci.c
136
zy7_ehci_post_reset(struct ehci_softc *ehci_softc)
sys/arm/xilinx/zy7_ehci.c
141
usbmode = EOREAD4(ehci_softc, EHCI_USBMODE_NOLPM);
sys/arm/xilinx/zy7_ehci.c
144
EOWRITE4(ehci_softc, EHCI_USBMODE_NOLPM, usbmode);
sys/arm/xilinx/zy7_ehci.c
364
sizeof(struct ehci_softc),
sys/dev/usb/controller/ehci.c
2216
ehci_doorbell_async(struct ehci_softc *sc)
sys/dev/usb/controller/ehci.c
227
ehci_init_sub(struct ehci_softc *sc)
sys/dev/usb/controller/ehci.c
2954
ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index)
sys/dev/usb/controller/ehci.c
2969
ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index)
sys/dev/usb/controller/ehci.c
3765
struct ehci_softc *sc = EHCI_BUS2SC(bus);
sys/dev/usb/controller/ehci.c
3817
struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ehci.c
3837
struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ehci.h
358
void (*sc_vendor_post_reset)(struct ehci_softc *sc);
sys/dev/usb/controller/ehci.h
359
uint16_t (*sc_vendor_get_port_speed)(struct ehci_softc *sc,
sys/dev/usb/controller/ehci.h
393
htohc32(const struct ehci_softc *sc, const uint32_t v)
sys/dev/usb/controller/ehci.h
399
htohc16(const struct ehci_softc *sc, const uint16_t v)
sys/dev/usb/controller/ehci.h
405
hc32toh(const struct ehci_softc *sc, const uint32_t v)
sys/dev/usb/controller/ehci.h
411
hc16toh(const struct ehci_softc *sc, const uint16_t v)
sys/dev/usb/controller/ehci.h
420
htohc32(const struct ehci_softc *sc, const uint32_t v)
sys/dev/usb/controller/ehci.h
426
htohc16(const struct ehci_softc *sc, const uint16_t v)
sys/dev/usb/controller/ehci.h
432
hc32toh(const struct ehci_softc *sc, const uint32_t v)
sys/dev/usb/controller/ehci.h
438
hc16toh(const struct ehci_softc *sc, const uint16_t v)
sys/dev/usb/controller/ehci.h
448
void ehci_detach(struct ehci_softc *sc);
sys/dev/usb/controller/ehci.h
450
uint16_t ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index);
sys/dev/usb/controller/ehci.h
451
uint16_t ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index);
sys/dev/usb/controller/ehci_fsl.c
90
sizeof(struct ehci_softc)
sys/dev/usb/controller/ehci_imx.c
261
ehci_softc_t ehci_softc;
sys/dev/usb/controller/ehci_imx.c
279
imx_ehci_post_reset(struct ehci_softc *ehci_softc)
sys/dev/usb/controller/ehci_imx.c
284
usbmode = EOREAD4(ehci_softc, EHCI_USBMODE_NOLPM);
sys/dev/usb/controller/ehci_imx.c
287
EOWRITE4(ehci_softc, EHCI_USBMODE_NOLPM, usbmode);
sys/dev/usb/controller/ehci_imx.c
313
esc = &sc->ehci_softc;
sys/dev/usb/controller/ehci_imx.c
375
esc = &sc->ehci_softc;
sys/dev/usb/controller/ehci_mv.c
117
mv_ehci_post_reset(struct ehci_softc *ehci_softc)
sys/dev/usb/controller/ehci_mv.c
122
usbmode = EOREAD4(ehci_softc, EHCI_USBMODE_NOLPM);
sys/dev/usb/controller/ehci_mv.c
125
EOWRITE4(ehci_softc, EHCI_USBMODE_NOLPM, usbmode);
sys/dev/usb/controller/ehci_pci.c
613
.size = sizeof(struct ehci_softc),
sys/powerpc/ps3/ehci_ps3.c
66
ehci_ps3_post_reset(struct ehci_softc *ehci_softc)
sys/powerpc/ps3/ehci_ps3.c
71
usbmode = EOREAD4(ehci_softc, EHCI_USBMODE_NOLPM);
sys/powerpc/ps3/ehci_ps3.c
73
EOWRITE4(ehci_softc, EHCI_USBMODE_NOLPM, usbmode);