Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/dma/
H A Dkeystone_nav.c122 u32 uhd; in qm_pop() local
124 uhd = readl(&qm_cfg->queue[qnum].ptr_size_thresh) & ~0xf; in qm_pop()
125 if (uhd) in qm_pop()
126 cpu_to_bus((u32 *)uhd, sizeof(struct qm_host_desc)/4); in qm_pop()
128 return (struct qm_host_desc *)uhd; in qm_pop()