Home
last modified time | relevance | path

Searched refs:ODDPORTMASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/sh4/
H A Dsh7750.c122 #define ODDPORTMASK(n) ((v & (1 << (((n) << 1) + 1))) >> (n)) in portpullup() macro
124 ODDPORTMASK(15) | ODDPORTMASK(14) | ODDPORTMASK(13) | in portpullup()
125 ODDPORTMASK(12) | ODDPORTMASK(11) | ODDPORTMASK(10) | in portpullup()
126 ODDPORTMASK(9) | ODDPORTMASK(8) | ODDPORTMASK(7) | ODDPORTMASK(6) | in portpullup()
127 ODDPORTMASK(5) | ODDPORTMASK(4) | ODDPORTMASK(3) | ODDPORTMASK(2) | in portpullup()
128 ODDPORTMASK(1) | ODDPORTMASK(0); in portpullup()