hostconf          439 arch/i386/isa/ahc_isa.c 		u_char hostconf = ahc_inb(ahc, HOSTCONF);
hostconf          440 arch/i386/isa/ahc_isa.c 		ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
hostconf          441 arch/i386/isa/ahc_isa.c 		ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
hostconf          280 dev/eisa/ahc_eisa.c 		u_char hostconf = ahc_inb(ahc, HOSTCONF);
hostconf          281 dev/eisa/ahc_eisa.c 		ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
hostconf          282 dev/eisa/ahc_eisa.c 		ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);