Searched refs:interrupt_identification (Results 1 – 1 of 1) sorted by relevance
217 interrupt_identification: u8, field233 interrupt_identification: DEFAULT_INTERRUPT_IDENTIFICATION, in new()283 self.interrupt_identification &= !IIR_NONE_BIT; in add_intr_bit()284 self.interrupt_identification |= bit; in add_intr_bit()288 self.interrupt_identification &= !bit; in del_intr_bit()289 if self.interrupt_identification == 0x0 { in del_intr_bit()290 self.interrupt_identification = IIR_NONE_BIT; in del_intr_bit()316 self.interrupt_identification = DEFAULT_INTERRUPT_IDENTIFICATION; in iir_reset()383 let v = self.interrupt_identification | IIR_FIFO_BITS; in read()