Searched refs:DSCR_CUSTOM2DEV_ID (Results 1 – 2 of 2) sorted by relevance
454 if (((DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_THROTTLE) || in au1xxx_dbdma_ring_alloc()455 (DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_ALWAYS)) && in au1xxx_dbdma_ring_alloc()456 ((DSCR_CUSTOM2DEV_ID(destid) == DSCR_CMD0_THROTTLE) || in au1xxx_dbdma_ring_alloc()457 (DSCR_CUSTOM2DEV_ID(destid) == DSCR_CMD0_ALWAYS))) in au1xxx_dbdma_ring_alloc()
223 #define DSCR_CUSTOM2DEV_ID(x) ((x) & 0xFF) macro