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

  /src/sys/dev/ic/
aic7xxx_seeprom.c 353 ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
354 ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
aic7xxx.c 4654 ultraenb = (ahc_inb(ahc, ULTRA_ENB + 1) << 8)
4655 | ahc_inb(ahc, ULTRA_ENB);
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 1288 ULTRA_ENB {
aic7xxx_reg.h 257 ahc_print_register(NULL, 0, "ULTRA_ENB", 0x30, regvalue, cur_col, wrap)
1300 #define ULTRA_ENB 0x30

Completed in 25 milliseconds