Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h192 uint16_t sc_active_rx_ep; member
H A Ddwc_otg.c332 sc->sc_active_rx_ep = 0; in dwc_otg_init_fifo()
381 sc->sc_active_rx_ep = 1; in dwc_otg_init_fifo()
444 sc->sc_active_rx_ep = 0; in dwc_otg_init_fifo()
808 sc->sc_active_rx_ep |= (1 << x); in dwc_otg_host_channel_alloc()
841 sc->sc_active_rx_ep &= ~(1 << x); in dwc_otg_host_channel_free_sub()
2759 if (!(sc->sc_active_rx_ep & (1U << ep_no))) { in dwc_otg_interrupt_poll_locked()
2781 if (!(sc->sc_active_rx_ep & (1U << ep_no))) { in dwc_otg_interrupt_poll_locked()
3688 sc->sc_active_rx_ep &= ~(1U << (ep_no & UE_ADDR)); in dwc_otg_set_stall()
3719 sc->sc_active_rx_ep |= (1U << ep_no); in dwc_otg_clear_stall_sub_locked()