Searched defs:fspcavail (Results 1 - 1 of 1) sorted by last modified time

/drivers/usb/dwc2/
H A Dhcd.c1052 u32 fspcavail; local
1065 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >>
1072 fspcavail);
1106 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >>
1108 status = dwc2_queue_transaction(hsotg, qh->channel, fspcavail);
1140 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >>
1148 fspcavail);
1193 u32 fspcavail; local
1205 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >>
1210 fspcavail);
[all...]

Completed in 39 milliseconds