Searched refs:hctsiz (Results 1 – 3 of 3) sorted by relevance
412 u32 hctsiz, count, length; in dwc2_get_actual_xfer_length() local414 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum)); in dwc2_get_actual_xfer_length()418 count = (hctsiz & TSIZ_XFERSIZE_MASK) >> in dwc2_get_actual_xfer_length()465 u32 hctsiz; in dwc2_update_urb_state() local491 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum)); in dwc2_update_urb_state()906 u32 hctsiz; in dwc2_xfercomp_isoc_split_in() local932 hctsiz = dwc2_readl(hsotg, HCTSIZ(chnum)); in dwc2_xfercomp_isoc_split_in()1149 u32 hctsiz; in dwc2_update_urb_state_abn() local1528 u32 hctsiz; in dwc2_hc_ahberr_intr() local1746 u32 hctsiz; in dwc2_halt_status_ok() local[all …]
410 u32 hctsiz; in dwc2_dump_channel_info() local426 hctsiz, hc_dma); in dwc2_dump_channel_info()1143 u32 hctsiz; in dwc2_hc_do_ping() local1149 hctsiz = TSIZ_DOPNG; in dwc2_hc_do_ping()1150 hctsiz |= 1 << TSIZ_PKTCNT_SHIFT; in dwc2_hc_do_ping()1198 u32 hctsiz = 0; in dwc2_hc_start_transfer() local1217 hctsiz |= TSIZ_DOPNG; in dwc2_hc_start_transfer()1320 hctsiz, chan->hc_num); in dwc2_hc_start_transfer()1328 (hctsiz & TSIZ_PKTCNT_MASK) >> in dwc2_hc_start_transfer()1411 u32 hctsiz = 0; in dwc2_hc_start_transfer_ddma() local[all …]
760 u32 hctsiz[MAX_EPS_CHANNELS]; member