Searched refs:fspcavail (Results 1 – 1 of 1) sorted by relevance
2855 u32 fspcavail; in dwc2_process_periodic_channels() local2872 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2879 fspcavail); in dwc2_process_periodic_channels()2913 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2915 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_periodic_channels()2990 u32 fspcavail; in dwc2_process_non_periodic_channels() local3002 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3007 fspcavail); in dwc2_process_non_periodic_channels()3039 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3041 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_non_periodic_channels()[all …]