Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h996 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro
/linux/drivers/usb/host/
H A Dxhci.h1019 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro