Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h457 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
H A Dxhci-ring.c377 DB_VALUE(ep_index, 0)); in giveback_first_trb()