Home
last modified time | relevance | path

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

/external/u-boot/drivers/dma/
Dkeystone_nav.c33 struct qm_host_desc desc_pool[HDESC_NUM] __aligned(sizeof(struct qm_host_desc));
64 (((sizeof(struct qm_host_desc) >> 4) - 1) << 16) | in _qm_init()
100 void qm_push(struct qm_host_desc *hd, u32 qnum) in qm_push()
104 cpu_to_bus((u32 *)hd, sizeof(struct qm_host_desc)/4); in qm_push()
105 regd = (u32)hd | ((sizeof(struct qm_host_desc) >> 4) - 1); in qm_push()
109 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, in qm_buff_push()
119 struct qm_host_desc *qm_pop(u32 qnum) in qm_pop()
125 cpu_to_bus((u32 *)uhd, sizeof(struct qm_host_desc)/4); in qm_pop()
127 return (struct qm_host_desc *)uhd; in qm_pop()
130 struct qm_host_desc *qm_pop_from_free_pool(void) in qm_pop_from_free_pool()
[all …]
/external/u-boot/arch/arm/include/asm/ti-common/
Dkeystone_nav.h76 struct qm_host_desc { struct
94 void qm_push(struct qm_host_desc *hd, u32 qnum); argument
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);