Lines Matching defs:xspeed
1805 * xspeed:
1808 * The difference between usbdi speed and xspeed is
1812 /* convert usbdi speed to xspeed */
1824 /* convert xspeed to usbdi speed */
1826 xhci_xspeed2speed(int xspeed)
1828 switch (xspeed) {
1831 default: return xspeed;
1836 /* convert xspeed to port status speed */
1838 xhci_xspeed2psspeed(int xspeed)
1840 switch (xspeed) {