Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds