Home
last modified time | relevance | path

Searched refs:DEV_SUPERSPEED (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dgadget.h237 #define DEV_SUPERSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_SS) macro
H A Dgadget.c379 if (DEV_SUPERSPEED(reg)) in cdns3_get_speed()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h291 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS) macro
H A Dcdns3-gadget.h238 #define DEV_SUPERSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_SS) macro
H A Dcdnsp-gadget.c33 else if (DEV_SUPERSPEED(port_status)) in cdnsp_port_speed()
H A Dcdns3-gadget.c365 if (DEV_SUPERSPEED(reg)) in cdns3_get_speed()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h343 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h343 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS) macro

Completed in 28 milliseconds