Lines Matching refs:bit
107 if (dispatcher->bit & dispatch) {
110 dispatch &= ~dispatcher->bit;
116 int i, bit;
117 for (i = 0, bit = 1; i < _INTC_NINTR; i++, bit <<= 1) {
118 if (bit & dispatch) {
164 u_int32_t bit;
174 dispatcher->bit = bit = (1 << ch);
178 __intc_ipl_holder[i].mask &= ~bit;
180 __intc_ipl_holder[i].mask |= bit;
198 __intc_enabled_channel |= bit;
210 u_int32_t bit;
221 bit = dispatcher->bit;
223 __intc_ipl_holder[i].mask |= bit;
226 __intc_enabled_channel &= ~bit;