Home
last modified time | relevance | path

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

/qemu/hw/char/
H A Dpl011.c304 r = s->ifl; in pl011_read()
340 s->read_trigger = (s->ifl >> 1) & 0x1c; in pl011_set_read_trigger()
464 s->ifl = value; in pl011_write()
609 VMSTATE_UINT32(ifl, PL011State),
665 s->ifl = 0x12; in pl011_reset()
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs94 pub ifl: u32, field
201 FLS => self.ifl, in read()
262 self.ifl = value; in write()
400 self.ifl = 0x12; in reset()
H A Ddevice_class.rs63 vmstate_of!(PL011Registers, ifl),
/qemu/include/hw/char/
H A Dpl011.h46 uint32_t ifl; member