Home
last modified time | relevance | path

Searched refs:DEV_SUPERSPEED (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-port.h52 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS) macro
/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-gadget.h238 #define DEV_SUPERSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_SS) macro
Dcdnsp-gadget.h291 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS) macro
Dcdnsp-gadget.c33 else if (DEV_SUPERSPEED(port_status)) in cdnsp_port_speed()
Dcdns3-gadget.c365 if (DEV_SUPERSPEED(reg)) in cdns3_get_speed()