Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h457 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h542 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h558 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro