Searched refs:fspcavail (Results 1 – 1 of 1) sorted by relevance
2903 u32 fspcavail; in dwc2_process_periodic_channels() local2920 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2927 fspcavail); in dwc2_process_periodic_channels()2961 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_periodic_channels()2963 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_periodic_channels()3038 u32 fspcavail; in dwc2_process_non_periodic_channels() local3050 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3055 fspcavail); in dwc2_process_non_periodic_channels()3087 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> in dwc2_process_non_periodic_channels()3089 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail); in dwc2_process_non_periodic_channels()[all …]