Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDdwc_otg.c857 hcchar = DWC_OTG_READ_4(sc, DOTG_HCCHAR(x)); in dwc_otg_host_channel_free_sub()
860 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(x), in dwc_otg_host_channel_free_sub()
907 DWC_OTG_READ_4(sc, DOTG_HCCHAR(td->channel[0])), in dwc_otg_host_setup_tx()
1041 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(td->channel[0]), hcchar); in dwc_otg_host_setup_tx()
1092 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(td->channel[0]), hcchar); in dwc_otg_host_setup_tx()
1376 DWC_OTG_READ_4(sc, DOTG_HCCHAR(channel)), in dwc_otg_host_data_rx()
1577 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(channel), hcchar); in dwc_otg_host_data_rx()
1632 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(channel), hcchar); in dwc_otg_host_data_rx()
1789 DWC_OTG_READ_4(sc, DOTG_HCCHAR(channel)), in dwc_otg_host_data_tx()
2032 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(channel), hcchar); in dwc_otg_host_data_tx()
[all …]
HDdwc_otgreg.h74 #define DOTG_HCCHAR(ch) (0x0500 + (32*(ch))) macro