Searched refs:fspcavail (Results 1 – 1 of 1) sorted by relevance
2849 u32 fspcavail; in dwc2_process_periodic_channels() local2866 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2873 fspcavail); in dwc2_process_periodic_channels()2907 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2909 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_periodic_channels()2984 u32 fspcavail; in dwc2_process_non_periodic_channels() local2996 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3001 fspcavail); in dwc2_process_non_periodic_channels()3033 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3035 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_non_periodic_channels()[all …]