Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_pci.c648 #define RAMPSM 0x00000200ul /* aic7870+ only */ macro
1081 ramps = (devconfig & RAMPSM) != 0; in ahc_ext_scbram_present()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c511 #define RAMPSM 0x00000200ul /* aic7870 only */ macro
10115 if ((devconfig & RAMPSM) && (aic7xxx_scbram)) in aic7xxx_detect()
10121 else if (devconfig & RAMPSM) in aic7xxx_detect()