Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h197 #define SEEMS 0x20 macro
Daic7xxx.reg1116 * first set the SEEMS bit that generates a request to the memory
1140 bit SEEMS 0x20
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_proc.c227 sd.sd_MS = SEEMS; in ahc_proc_write_seeprom()
Daic7xxx.reg515 * first set the SEEMS bit that generates a request to the memory
539 field SEEMS 0x20
Daic7xxx_reg.h1273 #define SEEMS 0x20 macro
Daic7xxx_pci.c1356 sd.sd_MS = SEEMS; in check_extport()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c7440 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()