Searched refs:fspcavail (Results 1 – 1 of 1) sorted by relevance
3072 u32 fspcavail; in dwc2_process_periodic_channels() local3089 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()3096 fspcavail); in dwc2_process_periodic_channels()3130 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()3132 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_periodic_channels()3207 u32 fspcavail; in dwc2_process_non_periodic_channels() local3219 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3224 fspcavail); in dwc2_process_non_periodic_channels()3256 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3258 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_non_periodic_channels()[all …]