Home
last modified time | relevance | path

Searched refs:d40_phy_lli (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dma/
H A Dste_dma40_ll.c133 static int d40_phy_fill_lli(struct d40_phy_lli *lli, in d40_phy_fill_lli()
212 static struct d40_phy_lli *
213 d40_phy_buf_to_lli(struct d40_phy_lli *lli, dma_addr_t addr, u32 size, in d40_phy_buf_to_lli()
246 next = ALIGN(next + sizeof(struct d40_phy_lli), in d40_phy_buf_to_lli()
269 struct d40_phy_lli *lli_sg, in d40_phy_sg_to_lli()
279 struct d40_phy_lli *lli = lli_sg; in d40_phy_sg_to_lli()
296 sizeof(struct d40_phy_lli), D40_LLI_ALIGN); in d40_phy_sg_to_lli()
H A Dste_dma40_ll.h344 struct d40_phy_lli { struct
361 struct d40_phy_lli *src; argument
362 struct d40_phy_lli *dst;
444 struct d40_phy_lli *lli,
H A Dste_dma40.c367 u8 pre_alloc_lli[3 * sizeof(struct d40_phy_lli)];
667 align = sizeof(struct d40_phy_lli); in d40_pool_lli_alloc()
831 struct d40_phy_lli *lli_dst = desc->lli_phy.dst; in d40_phy_lli_load()
832 struct d40_phy_lli *lli_src = desc->lli_phy.src; in d40_phy_lli_load()