Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Dapple-admac.c53 #define REG_DESC_RING(ch) (0x8070 + (ch) * 0x200) macro
317 if (readl_relaxed(ad->base + REG_DESC_RING(channo)) & RING_FULL) in admac_cyclic_write_desc()
624 if (readl_relaxed(ad->base + REG_DESC_RING(channo)) & RING_ERR) { in admac_handle_status_err()
625 writel_relaxed(RING_ERR, ad->base + REG_DESC_RING(channo)); in admac_handle_status_err()