Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Ddwc_otg.c1012 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_setup_tx()
1071 td->hcsplt |= HCSPLT_COMPSPLT; in dwc_otg_host_setup_tx()
1543 td->hcsplt |= HCSPLT_COMPSPLT; in dwc_otg_host_data_rx()
1629 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_data_rx()
1961 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_data_tx()
1975 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_data_tx()
2096 td->hcsplt |= HCSPLT_COMPSPLT; in dwc_otg_host_data_tx()
H A Ddwc_otgreg.h548 #define HCSPLT_COMPSPLT (1<<16) macro