Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h820 #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1274 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro