Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h842 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1295 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
H A Dxhci-ring.c1911 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0])); in handle_port_status()