Lines Matching defs:gate_mask
43 #define GATE_MASK(index) __BIT((index) % 32)
126 const uint32_t gate_mask = GATE_MASK(gate->index);
128 if ((GATE_READ(sc, gate_reg) & gate_mask) == 0)
142 const uint32_t gate_mask = GATE_MASK(gate->index);
145 val |= gate_mask;
159 const uint32_t gate_mask = GATE_MASK(gate->index);
162 val &= ~gate_mask;