Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/usb/host/
Dxhci.h1279 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h1285 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro