HomeSort by: relevance | last modified time | path
    Searched refs:DISC_DSB (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/isa/
ahc_isa.c 527 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
528 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
  /src/sys/dev/ic/
aic7xxx_seeprom.c 351 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
352 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
aic7xxx.c 4651 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8)
4652 | ahc_inb(ahc, DISC_DSB));
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 1298 DISC_DSB {
aic7xxx_reg.h 264 ahc_print_register(NULL, 0, "DISC_DSB", 0x32, regvalue, cur_col, wrap)
1303 #define DISC_DSB 0x32

Completed in 22 milliseconds