Searched refs:DB_VALUE (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/host/ | ||
D | xhci.h | 542 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro |
D | xhci-ring.c | 419 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell() |