Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c899 DWC_OTG_READ_4(sc, DOTG_HCTSIZ(td->channel[0]))); in dwc_otg_host_setup_tx()
1020 DWC_OTG_WRITE_4(sc, DOTG_HCTSIZ(td->channel[0]), in dwc_otg_host_setup_tx()
1073 DWC_OTG_WRITE_4(sc, DOTG_HCTSIZ(td->channel[0]), in dwc_otg_host_setup_tx()
1368 DWC_OTG_READ_4(sc, DOTG_HCTSIZ(channel))); in dwc_otg_host_data_rx()
1566 DWC_OTG_WRITE_4(sc, DOTG_HCTSIZ(channel), in dwc_otg_host_data_rx()
1632 DWC_OTG_WRITE_4(sc, DOTG_HCTSIZ(channel), in dwc_otg_host_data_rx()
1809 DWC_OTG_READ_4(sc, DOTG_HCTSIZ(channel))); in dwc_otg_host_data_tx()
2001 DWC_OTG_WRITE_4(sc, DOTG_HCTSIZ(channel), in dwc_otg_host_data_tx()
2008 DWC_OTG_WRITE_4(sc, DOTG_HCTSIZ(channel), in dwc_otg_host_data_tx()
2014 DWC_OTG_WRITE_4(sc, DOTG_HCTSIZ(channe in dwc_otg_host_data_tx()
[all...]
H A Ddwc_otgreg.h79 #define DOTG_HCTSIZ(ch) (0x0510 + (32*(ch))) macro