Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h198 #define SEERDY 0x10 macro
Daic7xxx.reg1119 * to allow access to the serial EEPROM. When this happens, SEERDY
1126 * lines respectively. The SEERDY bit of SEECTL is useful in that it
1128 * the SEERDY goes high 800 nsec later. The one exception to this is
1129 * when we first request access to the memory port. The SEERDY goes
1141 bit SEERDY 0x10
/drivers/scsi/aic7xxx/
Daic7xxx.reg553 * to allow access to the serial EEPROM. When this happens, SEERDY
560 * lines respectively. The SEERDY bit of SEECTL is useful in that it
562 * the SEERDY goes high 800 nsec later. The one exception to this is
563 * when we first request access to the memory port. The SEERDY goes
576 field SEERDY 0x10
Daic7xxx_proc.c272 sd.sd_RDY = SEERDY; in ahc_proc_write_seeprom()
Daic7xxx_reg.h_shipped399 #define SEERDY 0x10
Daic7xxx_pci.c1285 sd.sd_RDY = SEERDY; in check_extport()
/drivers/scsi/
Daic7xxx_old.c7016 } while (((aic_inb(p, SEECTL) & SEERDY) == 0) && (++limit < 1000)); \
7039 if ((aic_inb(p, SEECTL) & SEERDY) == 0) in acquire_seeprom()