Home
last modified time | relevance | path

Searched refs:SEECTL (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_proc.c220 sd.sd_control_offset = SEECTL; in ahc_proc_write_seeprom()
221 sd.sd_status_offset = SEECTL; in ahc_proc_write_seeprom()
222 sd.sd_dataout_offset = SEECTL; in ahc_proc_write_seeprom()
Daic7xxx_pci.c1340 sd.sd_control_offset = SEECTL; in check_extport()
1341 sd.sd_status_offset = SEECTL; in check_extport()
1342 sd.sd_dataout_offset = SEECTL; in check_extport()
2115 sd.sd_control_offset = SEECTL; in ahc_pci_resume()
2116 sd.sd_status_offset = SEECTL; in ahc_pci_resume()
2117 sd.sd_dataout_offset = SEECTL; in ahc_pci_resume()
Daic7xxx.reg523 * the SEECTL register is connected to the chip select. The SEECK,
525 * lines respectively. The SEERDY bit of SEECTL is useful in that it
526 * gives us an 800 nsec timer. After a write to the SEECTL register,
535 register SEECTL {
Daic7xxx_reg.h1270 #define SEECTL 0x1e macro
Daic79xx_core.c8752 ahd_outb(ahd, SEECTL, SEEOP_READ | SEESTART); in ahd_read_seeprom()
8793 ahd_outb(ahd, SEECTL, SEEOP_EWEN | SEESTART); in ahd_write_seeprom()
8807 ahd_outb(ahd, SEECTL, SEEOP_WRITE | SEESTART); in ahd_write_seeprom()
8818 ahd_outb(ahd, SEECTL, SEEOP_EWDS | SEESTART); in ahd_write_seeprom()
Daic79xx_reg.h3358 #define SEECTL 0xbe macro
Daic79xx.reg2945 register SEECTL {
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h194 #define SEECTL 0x1e macro
Daic7xxx.reg1124 * the SEECTL register is connected to the chip select. The SEECK,
1126 * lines respectively. The SEERDY bit of SEECTL is useful in that it
1127 * gives us an 800 nsec timer. After a write to the SEECTL register,
1136 register SEECTL {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c7419 } while (((aic_inb(p, SEECTL) & SEERDY) == 0) && (++limit < 1000)); \
7440 aic_outb(p, SEEMS, SEECTL); in acquire_seeprom()
7442 if ((aic_inb(p, SEECTL) & SEERDY) == 0) in acquire_seeprom()
7444 aic_outb(p, 0, SEECTL); in acquire_seeprom()
7464 aic_outb(p, 0, SEECTL); in release_seeprom()
7550 aic_outb(p, SEEMS | SEECK | SEECS, SEECTL); in read_seeprom()
7560 aic_outb(p, temp, SEECTL); in read_seeprom()
7563 aic_outb(p, temp, SEECTL); in read_seeprom()
7574 aic_outb(p, temp, SEECTL); in read_seeprom()
7577 aic_outb(p, temp, SEECTL); in read_seeprom()
[all …]