Searched refs:SEECTL (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c264 sd.sd_control_offset = SEECTL;
265 sd.sd_status_offset = SEECTL;
266 sd.sd_dataout_offset = SEECTL;
H A Daic7xxx_pci.c1256 sd.sd_control_offset = SEECTL;
1257 sd.sd_status_offset = SEECTL;
1258 sd.sd_dataout_offset = SEECTL;
2027 sd.sd_control_offset = SEECTL;
2028 sd.sd_status_offset = SEECTL;
2029 sd.sd_dataout_offset = SEECTL;
H A Daic79xx_core.c9935 ahd_outb(ahd, SEECTL, SEEOP_READ | SEESTART);
9976 ahd_outb(ahd, SEECTL, SEEOP_EWEN | SEESTART);
9990 ahd_outb(ahd, SEECTL, SEEOP_WRITE | SEESTART);
10001 ahd_outb(ahd, SEECTL, SEEOP_EWDS | SEESTART);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c6973 } while (((aic_inb(p, SEECTL) & SEERDY) == 0) && (++limit < 1000)); \
6994 aic_outb(p, SEEMS, SEECTL);
6996 if ((aic_inb(p, SEECTL) & SEERDY) == 0)
6998 aic_outb(p, 0, SEECTL);
7018 aic_outb(p, 0, SEECTL);
7060 * The 78xx interface to the 93C46 serial EEPROM is through the SEECTL
7062 * SEECS bit of the SEECTL register is connected to the chip select.
7064 * and data in lines respectively. The SEERDY bit of SEECTL is useful
7065 * in that it gives us an 800 nsec timer. After a write to the SEECTL
7104 aic_outb(p, SEEMS | SEECK | SEECS, SEECTL);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h194 #define SEECTL 0x1e macro

Completed in 134 milliseconds