Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h458 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c378 DB_VALUE(ep_index, 0)); in giveback_first_trb()