Searched refs:lli_phys (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | ste_dma40_ll.c | 213 dma_addr_t lli_phys, dma_addr_t first_phys, u32 reg_cfg, in d40_phy_buf_to_lli() 223 dma_addr_t next = lli_phys; in d40_phy_buf_to_lli() 269 dma_addr_t lli_phys, in d40_phy_sg_to_lli() 279 dma_addr_t l_phys = lli_phys; in d40_phy_sg_to_lli() 294 l_phys = ALIGN(lli_phys + (lli - lli_sg) * in d40_phy_sg_to_lli() 297 lli = d40_phy_buf_to_lli(lli, dst, len, l_phys, lli_phys, in d40_phy_sg_to_lli() 212 d40_phy_buf_to_lli(struct d40_phy_lli *lli, dma_addr_t addr, u32 size, dma_addr_t lli_phys, dma_addr_t first_phys, u32 reg_cfg, struct stedma40_half_channel_info *info, struct stedma40_half_channel_info *otherinfo, unsigned long flags) d40_phy_buf_to_lli() argument 265 d40_phy_sg_to_lli(struct scatterlist *sg, int sg_len, dma_addr_t target, struct d40_phy_lli *lli_sg, dma_addr_t lli_phys, u32 reg_cfg, struct stedma40_half_channel_info *info, struct stedma40_half_channel_info *otherinfo, unsigned long flags) d40_phy_sg_to_lli() argument
|
H A D | ste_dma40_ll.h | 445 dma_addr_t lli_phys,
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | ste_dma40_ll.c | 214 dma_addr_t lli_phys, dma_addr_t first_phys, u32 reg_cfg, in d40_phy_buf_to_lli() 224 dma_addr_t next = lli_phys; in d40_phy_buf_to_lli() 270 dma_addr_t lli_phys, in d40_phy_sg_to_lli() 280 dma_addr_t l_phys = lli_phys; in d40_phy_sg_to_lli() 295 l_phys = ALIGN(lli_phys + (lli - lli_sg) * in d40_phy_sg_to_lli() 298 lli = d40_phy_buf_to_lli(lli, dst, len, l_phys, lli_phys, in d40_phy_sg_to_lli() 213 d40_phy_buf_to_lli(struct d40_phy_lli *lli, dma_addr_t addr, u32 size, dma_addr_t lli_phys, dma_addr_t first_phys, u32 reg_cfg, struct stedma40_half_channel_info *info, struct stedma40_half_channel_info *otherinfo, unsigned long flags) d40_phy_buf_to_lli() argument 266 d40_phy_sg_to_lli(struct scatterlist *sg, int sg_len, dma_addr_t target, struct d40_phy_lli *lli_sg, dma_addr_t lli_phys, u32 reg_cfg, struct stedma40_half_channel_info *info, struct stedma40_half_channel_info *otherinfo, unsigned long flags) d40_phy_sg_to_lli() argument
|
H A D | at_hdmac.c | 212 * @lli_phys: physical address of the LLI. 217 dma_addr_t lli_phys; member 543 desc->sg[i - 1].lli->dscr = atdma_sg->lli_phys; in atdma_lli_chain() 569 channel_writel(atchan, DSCR, desc->sg[0].lli_phys); in atc_dostart() 593 desc->sg[i].lli_phys); in atdma_desc_free() 929 &atdma_sg->lli_phys); in atc_prep_dma_interleaved() 1010 &atdma_sg->lli_phys); in atc_prep_dma_memcpy() 1060 &atdma_sg->lli_phys); in atdma_create_memset_lli() 1295 &atdma_sg->lli_phys); in atc_prep_slave_sg() 1344 &atdma_sg->lli_phys); in atc_prep_slave_sg() [all...] |
H A D | ste_dma40_ll.h | 445 dma_addr_t lli_phys,
|
Completed in 7 milliseconds