Searched refs:DB_VALUE (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/host/ | ||
D | xhci.h | 457 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro |
D | xhci-ring.c | 377 DB_VALUE(ep_index, 0)); in giveback_first_trb() |