Searched refs:hcint (Results 1 – 2 of 2) sorted by relevance
704 uint32_t hcint; in dwc_otg_clear_hcint() local707 hcint = DWC_OTG_READ_4(sc, DOTG_HCINT(x)); in dwc_otg_clear_hcint()708 DWC_OTG_WRITE_4(sc, DOTG_HCINT(x), hcint); in dwc_otg_clear_hcint()711 sc->sc_chan_state[x].hcint = 0; in dwc_otg_clear_hcint()887 uint32_t hcint; in dwc_otg_host_setup_tx() local894 hcint = sc->sc_chan_state[td->channel[0]].hcint; in dwc_otg_host_setup_tx()897 td->channel[0], td->state, hcint, in dwc_otg_host_setup_tx()901 hcint = 0; in dwc_otg_host_setup_tx()905 if (hcint & (HCINT_RETRY | in dwc_otg_host_setup_tx()908 } else if (hcint & HCINT_STALL) { in dwc_otg_host_setup_tx()[all …]
159 uint32_t hcint; member