Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/dma/
H A Dkeystone_nav.c34 struct qm_host_desc desc_pool[HDESC_NUM] __aligned(sizeof(struct qm_host_desc));
65 (((sizeof(struct qm_host_desc) >> 4) - 1) << 16) | in _qm_init()
101 void qm_push(struct qm_host_desc *hd, u32 qnum) in qm_push()
105 cpu_to_bus((u32 *)hd, sizeof(struct qm_host_desc)/4); in qm_push()
106 regd = (u32)hd | ((sizeof(struct qm_host_desc) >> 4) - 1); in qm_push()
110 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, in qm_buff_push()
120 struct qm_host_desc *qm_pop(u32 qnum) 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()
131 struct qm_host_desc *qm_pop_from_free_pool(void) in qm_pop_from_free_pool()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h77 struct qm_host_desc { struct
95 void qm_push(struct qm_host_desc *hd, u32 qnum); argument
96 struct qm_host_desc *qm_pop(u32 qnum);
98 void qm_buff_push(struct qm_host_desc *hd, u32 qnum,
101 struct qm_host_desc *qm_pop_from_free_pool(void);