Searched refs:SEECTL (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_proc.c | 220 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()
|
D | aic7xxx_pci.c | 1340 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()
|
D | aic7xxx.reg | 523 * 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 {
|
D | aic7xxx_reg.h | 1270 #define SEECTL 0x1e macro
|
D | aic79xx_core.c | 8752 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()
|
D | aic79xx_reg.h | 3358 #define SEECTL 0xbe macro
|
D | aic79xx.reg | 2945 register SEECTL {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 194 #define SEECTL 0x1e macro
|
D | aic7xxx.reg | 1124 * 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/ |
D | aic7xxx_old.c | 7419 } 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 …]
|