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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 701 field RAMPS 0x04 /* External SCB RAM Present */
aic7xxx_reg.h 1478 #define RAMPS 0x04
  /src/sys/dev/pci/
ahc_pci.c 1152 int ramps; local in function:ahc_ext_scbram_present
1161 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0;
1169 ramps = 0;
1171 ramps = (devconfig & RAMPSM) != 0;
1173 ramps = 0;
1175 if (ramps && single_user)

Completed in 45 milliseconds