Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c805 "HCSPLT=0x%08x\n", x, td->hcchar, td->hcsplt); in dwc_otg_host_channel_alloc()
916 if (td->hcsplt != 0 || td->errcnt >= 3) { in dwc_otg_host_setup_tx()
989 if (td->hcsplt != 0) { in dwc_otg_host_setup_tx()
1010 if (td->hcsplt != 0) { in dwc_otg_host_setup_tx()
1011 td->hcsplt &= ~HCSPLT_COMPSPLT; in dwc_otg_host_setup_tx()
1025 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(td->channel[0]), td->hcsplt); in dwc_otg_host_setup_tx()
1070 td->hcsplt |= HCSPLT_COMPSPLT; 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()
1382 if (td->hcsplt != 0 || td->errcnt >= 3) { in dwc_otg_host_data_rx()
1406 if (td->hcsplt ! in dwc_otg_host_data_rx()
3311 uint32_t hcsplt; dwc_otg_setup_standard_chain() local
[all...]
H A Ddwc_otg.h64 uint32_t hcsplt; /* HOST CFG */ member