Searched refs:GET_PORT_ID (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h985 #define GET_PORT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
H A Dcdnsp-ring.c799 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0]));
/linux-master/drivers/usb/host/
H A Dxhci.h1011 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
H A Dxhci-ring.c1898 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0]));

Completed in 185 milliseconds