Searched refs:RAS_NOT (Results 1 – 2 of 2) sorted by relevance
121 op = RAS_NOT(op); in rcons_putchar()178 op = RAS_NOT(op); in rcons_erasecols()216 op = RAS_NOT(op); in rcons_eraserows()
139 #define RAS_NOT(op) ( 0xf & ( ~ (op) ) ) macro