Searched refs:fspcavail (Results 1 – 1 of 1) sorted by relevance
2883 u32 fspcavail; in dwc2_process_periodic_channels() local2900 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2907 fspcavail); in dwc2_process_periodic_channels()2941 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2943 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_periodic_channels()3018 u32 fspcavail; in dwc2_process_non_periodic_channels() local3030 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3035 fspcavail); in dwc2_process_non_periodic_channels()3067 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3069 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_non_periodic_channels()[all …]