Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h287 #define XDEV_FS (0x1 << 10) macro
292 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS)
297 #define SLOT_SPEED_FS (XDEV_FS << 10)
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h335 #define XDEV_FS (0x1 << 10) macro
341 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS)
350 #define SLOT_SPEED_FS (XDEV_FS << 10)
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c982 case XDEV_FS: in xhci_submit_root()