Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h95 void qm_push(struct qm_host_desc *hd, u32 qnum);
96 struct qm_host_desc *qm_pop(u32 qnum);
98 void qm_buff_push(struct qm_host_desc *hd, u32 qnum,
102 void queue_close(u32 qnum);
108 psloc, sopoff, qmgr, qnum) \ argument
116 ((qnum & 0xfff) << 0))
/rk3399_rockchip-uboot/drivers/dma/
H A Dkeystone_nav.c101 void qm_push(struct qm_host_desc *hd, u32 qnum) in qm_push() argument
107 writel(regd, &qm_cfg->queue[qnum].ptr_size_thresh); in qm_push()
110 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, in qm_buff_push() argument
117 qm_push(hd, qnum); in qm_buff_push()
120 struct qm_host_desc *qm_pop(u32 qnum) in qm_pop() argument
124 uhd = readl(&qm_cfg->queue[qnum].ptr_size_thresh) & ~0xf; in qm_pop()
136 void queue_close(u32 qnum) in queue_close() argument
140 while ((hd = qm_pop(qnum))) in queue_close()