Home
last modified time | relevance | path

Searched refs:ramps (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1061 int ramps; in ahc_ext_scbram_present() local
1071 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0; in ahc_ext_scbram_present()
1079 ramps = 0; in ahc_ext_scbram_present()
1081 ramps = (devconfig & RAMPSM) != 0; in ahc_ext_scbram_present()
1083 ramps = 0; in ahc_ext_scbram_present()
1085 if (ramps && single_user) in ahc_ext_scbram_present()