Searched refs:SEEMS (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/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
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_proc.c | 227 sd.sd_MS = SEEMS; in ahc_proc_write_seeprom()
|
D | aic7xxx.reg | 515 * first set the SEEMS bit that generates a request to the memory 539 field SEEMS 0x20
|
D | aic7xxx_reg.h | 1273 #define SEEMS 0x20 macro
|
D | aic7xxx_pci.c | 1356 sd.sd_MS = SEEMS; in check_extport()
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 7440 aic_outb(p, SEEMS, SEECTL); in acquire_seeprom() 7550 aic_outb(p, SEEMS | SEECK | SEECS, SEECTL); in read_seeprom() 7559 temp = SEEMS | SEECS | (seeprom_read.bits[i] << 1); in read_seeprom() 7573 temp = SEEMS | SEECS | (temp << 1); in read_seeprom() 7589 temp = SEEMS | SEECS; in read_seeprom() 7612 aic_outb(p, SEEMS, SEECTL); in read_seeprom() 7614 aic_outb(p, SEEMS | SEECK, SEECTL); in read_seeprom() 7616 aic_outb(p, SEEMS, SEECTL); in read_seeprom() 7914 aic_outb(p, SEEMS | SEECS, SEECTL); in configure_termination()
|