Searched defs:MTK_GDMA_MAC_ADRL (Results 1 – 2 of 2) sorted by relevance
91 #define MTK_GDMA_MAC_ADRL(x) (0x508 + (x * 0x1000)) macro
135 #define MTK_GDMA_MAC_ADRL(x) ({ typeof(x) _x = (x); (_x == MTK_GMAC3_ID) ? \ macro