Home
last modified time | relevance | path

Searched defs:GET_INTR_TARGET (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h853 #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1005 #define GET_INTR_TARGET(p) (((p) & GENMASK(31, 22)) >> 22) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1055 #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff) macro