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

/linux-master/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);
/linux-master/drivers/usb/host/
H A Dxhci.h302 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
H A Dxhci-ring.c513 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id));
515 writel(DB_VALUE(ep_index, stream_id), db_addr);

Completed in 121 milliseconds