Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/hppa/
H A Dintr.c85 ir->ir_bits = ~0; in hppa_interrupt_register_establish()
169 ir->ir_bits &= ~(1 << bit_pos); in hppa_intr_establish()
213 bits = &ir->ir_bits; in hppa_intr_allocate_bit()
/netbsd-src/sys/arch/hppa/include/
H A Dintr.h105 int ir_bits; /* mask of allocatable bit numbers */ member
/netbsd-src/sys/arch/hppa/dev/
H A Dcpu.c190 ir->ir_bits &= ~ir->ir_rbits; in cpuattach()