Lines Matching refs:xspeed
1840 * xspeed:
1843 * The difference between usbdi speed and xspeed is
1847 /* convert usbdi speed to xspeed */
1859 /* convert xspeed to usbdi speed */
1861 xhci_xspeed2speed(int xspeed)
1863 switch (xspeed) {
1866 default: return xspeed;
1871 /* convert xspeed to port status speed */
1873 xhci_xspeed2psspeed(int xspeed)
1875 switch (xspeed) {