Searched refs:OCW3_RR (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/mpc85xx/ |
H A D | atpic.c | 184 atpic_write(sc, icu, 0, OCW3_SEL | OCW3_RR); in atpic_init() 259 atpic_write(sc, ATPIC_MASTER, 0, OCW3_SEL | OCW3_RR); in atpic_dispatch() 266 atpic_write(sc, ATPIC_SLAVE, 0, OCW3_SEL | OCW3_RR); in atpic_dispatch()
|
/freebsd/sys/dev/ic/ |
H A D | i8259.h | 78 #define OCW3_RR 0x02 /* register read */ macro
|
/freebsd/sys/x86/isa/ |
H A D | atpic.c | 445 outb(pic->at_ioaddr, OCW3_SEL | OCW3_RR); in i8259_init() 549 outb(port, OCW3_SEL | OCW3_RR | OCW3_RIS); in atpic_handle_intr() 551 outb(port, OCW3_SEL | OCW3_RR); in atpic_handle_intr()
|
/freebsd/sys/x86/x86/ |
H A D | intr_machdep.c | 496 outb(IO_ICU1, OCW3_SEL | OCW3_RR); in atpic_reset() 503 outb(IO_ICU2, OCW3_SEL | OCW3_RR); in atpic_reset()
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vatpic.c | 406 if (val & OCW3_RR) { in vatpic_ocw3()
|