Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c421 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell()
423 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
Dxhci.h555 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro