Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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)
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c991 case XDEV_FS: in xhci_submit_root()