Searched refs:fspcavail (Results 1 – 1 of 1) sorted by relevance
2929 u32 fspcavail; in dwc2_process_periodic_channels() local2946 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2953 fspcavail); in dwc2_process_periodic_channels()2987 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2989 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_periodic_channels()3064 u32 fspcavail; in dwc2_process_non_periodic_channels() local3076 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3081 fspcavail); in dwc2_process_non_periodic_channels()3113 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3115 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_non_periodic_channels()[all …]