Home
last modified time | relevance | path

Searched refs:DB_VALUE (Results 1 – 6 of 6) 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()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h542 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
H A Dcdnsp-ring.c305 db_value = DB_VALUE(pep->idx, stream_id); in cdnsp_ring_ep_doorbell()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h303 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
H A Dxhci-ring.c508 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell()
510 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()