Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pnx4008/include/mach/
Ddma.h109 struct pnx4008_dma_ll { struct
114 struct pnx4008_dma_ll *next; argument
126 struct pnx4008_dma_ll *ll; argument
133 extern struct pnx4008_dma_ll *pnx4008_alloc_ll_entry(dma_addr_t *);
134 extern void pnx4008_free_ll_entry(struct pnx4008_dma_ll *, dma_addr_t);
135 extern void pnx4008_free_ll(u32 ll_dma, struct pnx4008_dma_ll *);
157 extern void pnx4008_dma_split_ll_entry(struct pnx4008_dma_ll *,
/linux-2.6.39/arch/arm/mach-pnx4008/
Ddma.c37 struct pnx4008_dma_ll *ll;
52 struct pnx4008_dma_ll *pnx4008_alloc_ll_entry(dma_addr_t * ll_dma) in pnx4008_alloc_ll_entry()
54 struct pnx4008_dma_ll *ll = NULL; in pnx4008_alloc_ll_entry()
59 ll = *(struct pnx4008_dma_ll **) ll_pool.cur; in pnx4008_alloc_ll_entry()
72 void pnx4008_free_ll_entry(struct pnx4008_dma_ll * ll, dma_addr_t ll_dma) in pnx4008_free_ll_entry()
95 void pnx4008_free_ll(u32 ll_dma, struct pnx4008_dma_ll * ll) in pnx4008_free_ll()
97 struct pnx4008_dma_ll *ptr; in pnx4008_free_ll()
734 struct pnx4008_dma_ll *ll = NULL; in pnx4008_dma_split_head_entry()
771 struct pnx4008_dma_ll *ll_old = config->ll; in pnx4008_dma_split_head_entry()
816 void pnx4008_dma_split_ll_entry(struct pnx4008_dma_ll * cur_ll, in pnx4008_dma_split_ll_entry()
[all …]