Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/controller/
H A Ddwc_otg.c1011 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_setup_tx()
1070 td->hcsplt |= HCSPLT_COMPSPLT; in dwc_otg_host_setup_tx()
1542 td->hcsplt |= HCSPLT_COMPSPLT; in dwc_otg_host_data_rx()
1628 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_data_rx()
1960 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_data_tx()
1974 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_data_tx()
2095 td->hcsplt |= HCSPLT_COMPSPLT; in dwc_otg_host_data_tx()
H A Ddwc_otgreg.h547 #define HCSPLT_COMPSPLT (1<<16) macro