Home
last modified time | relevance | path

Searched defs:MAX_PACKET_DECODED (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.h698 #define MAX_PACKET_DECODED(p) (((p) & GENMASK(31, 16)) >> 16) macro
/linux-6.1.9/drivers/usb/host/
Dxhci.h772 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro