Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dapple-admac.c34 #define RING_EMPTY BIT(8) macro
331 WARN_ON((ringval & (RING_FULL | RING_EMPTY)) == 0); in admac_ring_noccupied_slots()
605 if (readl_relaxed(ad->base + REG_REPORT_RING(channo)) & RING_EMPTY) in admac_drain_reports()