Home
last modified time | relevance | path

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

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