Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h697 #define MAX_PACKET_MASK GENMASK(31, 16) macro
/linux-6.12.1/drivers/usb/host/
Dxhci.h492 #define MAX_PACKET_MASK (0xffff << 16) macro
Dxhci.c1516 ep_ctx->ep_info2 &= cpu_to_le32(~MAX_PACKET_MASK); in xhci_check_ep0_maxpacket()