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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Ddwc_otg.c637 if (td->hcsplt != 0 && tx_p_size > HCSPLT_XACTLEN_BURST)
646 if (td->hcsplt != 0 && tx_np_size > HCSPLT_XACTLEN_BURST)
678 "HCSPLT=0x%08x\n", x, td->hcchar, td->hcsplt);
778 if (td->hcsplt != 0 || td->errcnt >= 3) {
851 if (td->hcsplt != 0) {
872 if (td->hcsplt != 0) {
873 td->hcsplt &= ~HCSPLT_COMPSPLT;
886 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(td->channel), td->hcsplt);
931 td->hcsplt |= HCSPLT_COMPSPLT;
937 DWC_OTG_WRITE_4(sc, DOTG_HCSPLT(td->channel), td->hcsplt);
3216 uint32_t hcsplt; local
[all...]
H A Ddwc_otg.h61 uint32_t hcsplt; /* HOST CFG */ member in struct:dwc_otg_td

Completed in 51 milliseconds