Searched refs:DMAC_PRIORITY_LOW (Results 1 – 2 of 2) sorted by relevance
68 #define DMAC_PRIORITY_NORMAL DMAC_PRIORITY_LOW69 DMAC_PRIORITY_LOW = 0, enumerator
354 dmac_free_channel(sc, DMAC_PRIORITY_LOW, i); in pxadmac_attach()1335 if (pri & (1u << DMAC_PRIORITY_LOW)) in dmac_intr()1336 dmac_start(sc, DMAC_PRIORITY_LOW); in dmac_intr()