Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h43 #define XDEV_FS (0x1 << 10) macro
49 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS)
58 #define SLOT_SPEED_FS (XDEV_FS << 10)
H A Dxhci-tegra.c2195 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h284 #define XDEV_FS (0x1 << 10) macro
291 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS)
595 #define SLOT_SPEED_FS (XDEV_FS << 10)