Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c972 int ramps; in ahc_ext_scbram_present() local
982 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0; in ahc_ext_scbram_present()
990 ramps = 0; in ahc_ext_scbram_present()
992 ramps = (devconfig & RAMPSM) != 0; in ahc_ext_scbram_present()
994 ramps = 0; in ahc_ext_scbram_present()
996 if (ramps && single_user) in ahc_ext_scbram_present()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c972 int ramps; in ahc_ext_scbram_present() local
982 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0; in ahc_ext_scbram_present()
990 ramps = 0; in ahc_ext_scbram_present()
992 ramps = (devconfig & RAMPSM) != 0; in ahc_ext_scbram_present()
994 ramps = 0; in ahc_ext_scbram_present()
996 if (ramps && single_user) in ahc_ext_scbram_present()

Completed in 5 milliseconds