Searched refs:phychan (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | amba-pl08x.c | 235 * @phychan: the physical channel utilized by this channel, if there is one 249 struct pl08x_phy_chan *phychan; member 392 struct pl08x_phy_chan *phychan, const u32 *lli, u32 ccfg) in pl08x_write_lli() 398 phychan->id, lli[PL080_LLI_SRC], lli[PL080_LLI_DST], in pl08x_write_lli() 405 phychan->id, lli[PL080_LLI_SRC], lli[PL080_LLI_DST], in pl08x_write_lli() 408 writel_relaxed(lli[PL080_LLI_SRC], phychan->reg_src); in pl08x_write_lli() 409 writel_relaxed(lli[PL080_LLI_DST], phychan->reg_dst); in pl08x_write_lli() 410 writel_relaxed(lli[PL080_LLI_LLI], phychan->reg_lli); in pl08x_write_lli() 418 if (phychan->ftdmac020) { in pl08x_write_lli() 424 phychan in pl08x_write_lli() 391 pl08x_write_lli(struct pl08x_driver_data *pl08x, struct pl08x_phy_chan *phychan, const u32 *lli, u32 ccfg) pl08x_write_lli() argument 530 struct pl08x_phy_chan *phychan = plchan->phychan; pl08x_start_next_txd() local 2314 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i]; pl08x_irq() local [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | amba-pl08x.c | 235 * @phychan: the physical channel utilized by this channel, if there is one 249 struct pl08x_phy_chan *phychan; member 392 struct pl08x_phy_chan *phychan, const u32 *lli, u32 ccfg) in pl08x_write_lli() 398 phychan->id, lli[PL080_LLI_SRC], lli[PL080_LLI_DST], in pl08x_write_lli() 405 phychan->id, lli[PL080_LLI_SRC], lli[PL080_LLI_DST], in pl08x_write_lli() 408 writel_relaxed(lli[PL080_LLI_SRC], phychan->reg_src); in pl08x_write_lli() 409 writel_relaxed(lli[PL080_LLI_DST], phychan->reg_dst); in pl08x_write_lli() 410 writel_relaxed(lli[PL080_LLI_LLI], phychan->reg_lli); in pl08x_write_lli() 418 if (phychan->ftdmac020) { in pl08x_write_lli() 424 phychan in pl08x_write_lli() 391 pl08x_write_lli(struct pl08x_driver_data *pl08x, struct pl08x_phy_chan *phychan, const u32 *lli, u32 ccfg) pl08x_write_lli() argument 530 struct pl08x_phy_chan *phychan = plchan->phychan; pl08x_start_next_txd() local 2306 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i]; pl08x_irq() local [all...] |
Completed in 4 milliseconds