Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c704 uint32_t hcint; in dwc_otg_clear_hcint() local
707 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() local
894 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 in dwc_otg_host_setup_tx()
1353 uint32_t hcint = 0; dwc_otg_host_data_rx() local
1792 uint32_t hcint; dwc_otg_host_data_tx() local
[all...]
H A Ddwc_otg.h159 uint32_t hcint; member