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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c310 sd.sd_control_offset = SEECTL;
311 sd.sd_status_offset = SEECTL;
312 sd.sd_dataout_offset = SEECTL;
H A Daic7xxx_pci.c1206 sd.sd_control_offset = SEECTL;
1207 sd.sd_status_offset = SEECTL;
1208 sd.sd_dataout_offset = SEECTL;
H A Daic7xxx_reg.h208 #define SEECTL 0x1e macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c7359 } while (((aic_inb(p, SEECTL) & SEERDY) == 0) && (++limit < 1000)); \
7380 aic_outb(p, SEEMS, SEECTL);
7382 if ((aic_inb(p, SEECTL) & SEERDY) == 0)
7384 aic_outb(p, 0, SEECTL);
7404 aic_outb(p, 0, SEECTL);
7446 * The 78xx interface to the 93C46 serial EEPROM is through the SEECTL
7448 * SEECS bit of the SEECTL register is connected to the chip select.
7450 * and data in lines respectively. The SEERDY bit of SEECTL is useful
7451 * in that it gives us an 800 nsec timer. After a write to the SEECTL
7490 aic_outb(p, SEEMS | SEECK | SEECS, SEECTL);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h194 #define SEECTL 0x1e macro

Completed in 103 milliseconds