Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h274 #define XDEV_U3 (0x3 << 5) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1010 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()