Searched defs:E1000_RAH (Results 1 – 3 of 3) sorted by relevance
81 #define E1000_RAH(_i) (((_i) <= 15) ? (0x05404 + ((_i) * 8)) : \ macro
271 #define E1000_RAH(_i) (((_i) <= 15) ? (0x05404 + ((_i) * 8)) : \ macro
202 #define E1000_RAH(_n) (E1000_RAH_BASE + ((_n) * 8)) macro