Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Datpic.c184 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 Di8259.h78 #define OCW3_RR 0x02 /* register read */ macro
/freebsd/sys/x86/isa/
H A Datpic.c445 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 Dintr_machdep.c496 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 Dvatpic.c406 if (val & OCW3_RR) { in vatpic_ocw3()