Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2835_ic.c42 if (s->fiq_enable) { in bcm2835_ic_update()
107 res = (s->fiq_enable << 7) | s->fiq_select; in bcm2835_ic_read()
144 s->fiq_enable = extract32(val, 7, 1); in bcm2835_ic_write()
186 s->fiq_enable = false; in bcm2835_ic_reset()
216 VMSTATE_BOOL(fiq_enable, BCM2835ICState),
/openbmc/qemu/include/hw/intc/
H A Dbcm2835_ic.h32 bool fiq_enable; member
/openbmc/linux/sound/soc/fsl/
H A Dimx-ssi.h196 int fiq_enable; member