Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
A Dcdnsp-gadget.h542 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
A Dcdnsp-ring.c305 db_value = DB_VALUE(pep->idx, stream_id); in cdnsp_ring_ep_doorbell()
/linux/drivers/usb/host/
A Dxhci-ring.c445 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell()
447 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
A Dxhci.h552 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro

Completed in 29 milliseconds