Searched refs:ICW4_8086 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/x86/isa/
H A Dicu.h70 #define BASE_MASTER_MODE (ICW4_SFNM | ICW4_BUF | ICW4_MS | ICW4_8086)
71 #define BASE_SLAVE_MODE (ICW4_BUF | ICW4_8086)
73 #define BASE_MASTER_MODE ICW4_8086
74 #define BASE_SLAVE_MODE ICW4_8086
/freebsd-11.0-release/sys/dev/ic/
H A Di8259.h52 #define ICW4_8086 0x01 /* 1 = 8086, 0 = 8080 */ macro
/freebsd-11.0-release/sys/mips/malta/
H A Dgt_pci.c339 ICW4_8086);
361 ICW4_8086);
/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Datpic.c184 atpic_write(sc, icu, 1, ICW4_8086);
/freebsd-11.0-release/sys/amd64/vmm/io/
H A Dvatpic.c326 if ((val & ICW4_8086) == 0) {

Completed in 69 milliseconds