Lines Matching refs:desc
225 struct pxad_desc_hw *desc; in descriptors_show() local
232 desc = phys_to_virt(phys_desc); in descriptors_show()
233 dcmd = desc->dcmd; in descriptors_show()
238 i, phys_desc, desc); in descriptors_show()
239 seq_printf(s, "\tDDADR = %08x\n", desc->ddadr); in descriptors_show()
240 seq_printf(s, "\tDSADR = %08x\n", desc->dsadr); in descriptors_show()
241 seq_printf(s, "\tDTADR = %08x\n", desc->dtadr); in descriptors_show()
249 phys_desc = desc->ddadr; in descriptors_show()
493 struct pxad_desc_sw *desc) in pxad_launch_chan() argument
496 "%s(): desc=%p\n", __func__, desc); in pxad_launch_chan()
511 phy_writel(chan->phy, desc->first, DDADR); in pxad_launch_chan()