Searched refs:ODDPORTMASK (Results 1 – 1 of 1) sorted by relevance
106 #define ODDPORTMASK(n) ((v & (1 << (((n) << 1) + 1))) >> (n)) in portpullup() macro108 ODDPORTMASK(15) | ODDPORTMASK(14) | ODDPORTMASK(13) | in portpullup()109 ODDPORTMASK(12) | ODDPORTMASK(11) | ODDPORTMASK(10) | in portpullup()110 ODDPORTMASK(9) | ODDPORTMASK(8) | ODDPORTMASK(7) | ODDPORTMASK(6) | in portpullup()111 ODDPORTMASK(5) | ODDPORTMASK(4) | ODDPORTMASK(3) | ODDPORTMASK(2) | in portpullup()112 ODDPORTMASK(1) | ODDPORTMASK(0); in portpullup()