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

/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) |
101 void qm_push(struct qm_host_desc *hd, u32 qnum)
105 cpu_to_bus((u32 *)hd, sizeof(struct qm_host_desc)/4);
106 regd = (u32)hd | ((sizeof(struct qm_host_desc) >> 4) - 1);
110 void qm_buff_push(struct qm_host_desc *hd, u32 qnum,
120 struct qm_host_desc *qm_pop(u32 qnum)
126 cpu_to_bus((u32 *)uhd, sizeof(struct qm_host_desc)/4);
128 return (struct qm_host_desc *)uh
[all...]
/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h76 struct qm_host_desc { struct
94 void qm_push(struct qm_host_desc *hd, u32 qnum);
95 struct qm_host_desc *qm_pop(u32 qnum);
97 void qm_buff_push(struct qm_host_desc *hd, u32 qnum,
100 struct qm_host_desc *qm_pop_from_free_pool(void);

Completed in 129 milliseconds