Searched refs:SEEMS (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 197 #define SEEMS 0x20 macro
|
D | aic7xxx.reg | 1116 * first set the SEEMS bit that generates a request to the memory 1140 bit SEEMS 0x20
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_proc.c | 271 sd.sd_MS = SEEMS; in ahc_proc_write_seeprom()
|
D | aic7xxx.reg | 550 * first set the SEEMS bit that generates a request to the memory 575 field SEEMS 0x20
|
D | aic7xxx_reg.h_shipped | 398 #define SEEMS 0x20
|
D | aic7xxx_pci.c | 1284 sd.sd_MS = SEEMS; in check_extport()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 7037 aic_outb(p, SEEMS, SEECTL); in acquire_seeprom() 7147 aic_outb(p, SEEMS | SEECK | SEECS, SEECTL); in read_seeprom() 7156 temp = SEEMS | SEECS | (seeprom_read.bits[i] << 1); in read_seeprom() 7170 temp = SEEMS | SEECS | (temp << 1); in read_seeprom() 7186 temp = SEEMS | SEECS; in read_seeprom() 7209 aic_outb(p, SEEMS, SEECTL); in read_seeprom() 7211 aic_outb(p, SEEMS | SEECK, SEECTL); in read_seeprom() 7213 aic_outb(p, SEEMS, SEECTL); in read_seeprom() 7511 aic_outb(p, SEEMS | SEECS, SEECTL); in configure_termination()
|