Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h458 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c378 DB_VALUE(ep_index, 0)); in giveback_first_trb()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c447 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell()
449 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
H A Dxhci.h556 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro