Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h1292 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
Dxhci-ring.c1781 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0])); in handle_port_status()