Searched refs:hcsplt (Results 1 – 2 of 2) sorted by relevance
805 "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 != 0) in dwc_otg_host_data_rx()[all …]
64 uint32_t hcsplt; /* HOST CFG */ member