Searched refs:ir_rbits (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hppa/include/
H A Dintr.h106 int ir_rbits; /* mask of reserved (for lasi/asp) bit numbers */ member in struct:hppa_interrupt_register
/netbsd-current/sys/arch/hppa/dev/
H A Dcpu.c189 ir->ir_rbits = ((1 << 28) | (1 << 27));
190 ir->ir_bits &= ~ir->ir_rbits;
/netbsd-current/sys/arch/hppa/hppa/
H A Dintr.c170 ir->ir_rbits &= ~(1 << bit_pos);
217 bits = &ir->ir_rbits;

Completed in 92 milliseconds