Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dmos6522.h42 #define IER_SET 0x80 /* set bits in IER */ macro
/openbmc/linux/drivers/macintosh/
H A Dvia-cuda.c85 #define IER_SET 0x80 /* set bits in IER */ macro
272 out_8(&via[IER], IER_SET|SR_INT); /* enable interrupt from SR */ in find_via_cuda()
H A Dvia-macii.c68 #define IER_SET 0x80 /* set bits in IER */ macro
H A Dvia-pmu.c116 #define IER_SET 0x80 /* set bits in IER */ macro
465 out_8(&via1[IER], IER_SET | SR_INT | CB1_INT); in via_pmu_start()
1340 out_8(&via1[IER], CB1_INT | IER_SET); in pmu_resume()
1854 out_8(&via1[IER], IER_SET | SR_INT | CB1_INT); in restore_via_state()
/openbmc/qemu/hw/misc/
H A Dmos6522.c481 if (val & IER_SET) { in mos6522_write()