Home
last modified time | relevance | path

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

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