Searched refs:DOTG_HCSPLT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otgreg.h | 76 #define DOTG_HCSPLT(ch) (0x0504 + (32*(ch))) macro
|
H A D | dwc_otg.c | 1025 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(td->channel[0]), td->hcsplt); in dwc_otg_host_setup_tx() 1076 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(td->channel[0]), td->hcsplt); in dwc_otg_host_setup_tx() 1572 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(channel), td->hcsplt); in dwc_otg_host_data_rx() 1635 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(channel), td->hcsplt); in dwc_otg_host_data_rx() 2037 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(channel), td->hcsplt); in dwc_otg_host_data_tx() 2101 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(channel), td->hcsplt); in dwc_otg_host_data_tx()
|