HomeSort by: relevance | last modified time | path
    Searched defs:ramps (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
ahc_pci.c 1142 int ramps; local in function:ahc_ext_scbram_present
1151 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0;
1159 ramps = 0;
1161 ramps = (devconfig & RAMPSM) != 0;
1163 ramps = 0;
1165 if (ramps && single_user)

Completed in 14 milliseconds