Home
last modified time | relevance | path

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

/linux/drivers/dma/sh/
H A Drz-dmac.c47 u32 nxla; member
240 u32 nxla; in rz_lmdesc_setup() local
245 nxla = channel->lmdesc.base_dma; in rz_lmdesc_setup()
248 nxla += sizeof(*lmdesc); in rz_lmdesc_setup()
249 lmdesc->nxla = nxla; in rz_lmdesc_setup()
254 lmdesc->nxla = channel->lmdesc.base_dma; in rz_lmdesc_setup()
279 u32 nxla; in rz_dmac_enable_hw() local
287 nxla = channel->lmdesc.base_dma + in rz_dmac_enable_hw()
294 rz_dmac_ch_writel(channel, nxla, NXLA, 1); in rz_dmac_enable_hw()
701 while (lmdesc->nxla != crla) { in rz_dmac_calculate_residue_bytes_in_vd()