Searched refs:GRXSTSRD_CHNUM_GET (Results 1 – 2 of 2) sorted by relevance
836 GRXSTSRD_CHNUM_GET(sc->sc_last_rx_status) == x) { in dwc_otg_host_channel_free_sub() 876 td->channel[x] != GRXSTSRD_CHNUM_GET(sc->sc_last_rx_status)) in dwc_otg_host_dump_rx() 1105 if (GRXSTSRD_CHNUM_GET(sc->sc_last_rx_status) != 0) in dwc_otg_setup_rx() 1265 if (GRXSTSRD_CHNUM_GET(sc->sc_last_rx_status) != channel) in dwc_otg_host_data_rx_sub() 1673 if (GRXSTSRD_CHNUM_GET(sc->sc_last_rx_status) != td->ep_no) in dwc_otg_data_rx() 2146 (GRXSTSRD_CHNUM_GET(temp) == 0)) { in dwc_otg_data_tx() 2339 (GRXSTSRD_CHNUM_GET(temp) == 0)) { in dwc_otg_data_tx_sync() 2734 ep_no = GRXSTSRD_CHNUM_GET(sc->sc_last_rx_status); in dwc_otg_interrupt_poll_locked() 2749 ep_no = GRXSTSRD_CHNUM_GET( in dwc_otg_interrupt_poll_locked() 2777 ep_no = GRXSTSRD_CHNUM_GET( in dwc_otg_interrupt_poll_locked() [all...]
318 #define GRXSTSRD_CHNUM_GET(x) ((x) & 15) macro