Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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])); in cdnsp_handle_port_status()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h1292 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
H A Dxhci-ring.c1779 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0])); in handle_port_status()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h1293 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
H A Dxhci-ring.c1876 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0])); in handle_port_status()

Completed in 29 milliseconds