Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h997 #define GET_TD_SIZE(p) (((p) & GENMASK(21, 17)) >> 17) macro
/linux/drivers/usb/host/
H A Dxhci.h1026 #define GET_TD_SIZE(p) (((p) & 0x3e0000) >> 17) macro