Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs128 pub interrupts: [InterruptSource; IRQMASK.len()],
645 for (irq, i) in self.interrupts.iter().zip(IRQMASK) { in update()
656 const IRQMASK: [Interrupt; 6] = [ constant