Home
last modified time | relevance | path

Searched refs:XDEV_LS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h288 #define XDEV_LS (0x2 << 10) macro
293 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS)
298 #define SLOT_SPEED_LS (XDEV_LS << 10)
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h336 #define XDEV_LS (0x2 << 10) macro
342 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS)
351 #define SLOT_SPEED_LS (XDEV_LS << 10)
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c985 case XDEV_LS: in xhci_submit_root()