Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c848 hcchar = DWC_OTG_READ_4(sc, DOTG_HCCHAR(x)); in dwc_otg_host_channel_free_sub()
851 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(x), in dwc_otg_host_channel_free_sub()
898 DWC_OTG_READ_4(sc, DOTG_HCCHAR(td->channel[0])), in dwc_otg_host_setup_tx()
1032 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(td->channel[0]), hcchar); in dwc_otg_host_setup_tx()
1083 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(td->channel[0]), hcchar); in dwc_otg_host_setup_tx()
1367 DWC_OTG_READ_4(sc, DOTG_HCCHAR(channel)), in dwc_otg_host_data_rx()
1596 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(channel), hcchar); in dwc_otg_host_data_rx()
1651 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(channel), hcchar); in dwc_otg_host_data_rx()
1808 DWC_OTG_READ_4(sc, DOTG_HCCHAR(channel)), in dwc_otg_host_data_tx()
2050 DWC_OTG_WRITE_4(sc, DOTG_HCCHAR(channe in dwc_otg_host_data_tx()
[all...]
H A Ddwc_otgreg.h75 #define DOTG_HCCHAR(ch) (0x0500 + (32*(ch))) macro