Home
last modified time | relevance | path

Searched refs:sc_host_ch_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h205 uint8_t sc_host_ch_max; member
H A Ddwc_otg.c348 for (x = 0; x != sc->sc_host_ch_max; x++) { in dwc_otg_init_fifo()
363 (1U << sc->sc_host_ch_max) - 1U); in dwc_otg_init_fifo()
769 for (x = y = 0; x != sc->sc_host_ch_max; x++) { in dwc_otg_host_channel_alloc()
2705 if (x >= sc->sc_host_ch_max) in dwc_otg_interrupt_poll_locked()
3997 sc->sc_host_ch_max = GHWCFG2_NUMHSTCHNL_GET(temp); in dwc_otg_init()
3999 if (sc->sc_host_ch_max > DWC_OTG_MAX_CHANNELS) in dwc_otg_init()
4000 sc->sc_host_ch_max = DWC_OTG_MAX_CHANNELS; in dwc_otg_init()
4008 sc->sc_host_ch_max); in dwc_otg_init()