Searched refs:cllr (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/dma/stm32/ |
| H A D | stm32-dma3.c | 250 u32 cllr; member 477 if (!bndt && !FIELD_GET(CLLR_UB1, cllr)) in stm32_dma3_check_user_setting() 518 hwdesc->cllr = 0; in stm32_dma3_chan_prep_hwdesc() 520 hwdesc->cllr |= CLLR_UT1 | CLLR_UT2 | CLLR_UB1; in stm32_dma3_chan_prep_hwdesc() 521 hwdesc->cllr |= CLLR_USA | CLLR_UDA | CLLR_ULL; in stm32_dma3_chan_prep_hwdesc() 522 hwdesc->cllr |= (next_lli & CLLR_LA); in stm32_dma3_chan_prep_hwdesc() 842 u32 i, lli_offset, next_lli_offset = cllr & CLLR_LA; in stm32_dma3_chan_get_curr_hwdesc() 845 if (!cllr) in stm32_dma3_chan_get_curr_hwdesc() 870 u32 residue, curr_lli, csr, cdar, cbr1, cllr, bndt, fifol; in stm32_dma3_chan_set_residue() local 901 cllr = readl_relaxed(ddata->base + STM32_DMA3_CLLR(chan->id)); in stm32_dma3_chan_set_residue() [all …]
|