Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770.c308 sd.sd_status_offset = STATUS_2840; in aha2840_load_seeprom()
309 sd.sd_dataout_offset = STATUS_2840; in aha2840_load_seeprom()
Daic7xxx_proc.c238 sd.sd_status_offset = STATUS_2840; in ahc_proc_write_seeprom()
239 sd.sd_dataout_offset = STATUS_2840; in ahc_proc_write_seeprom()
Daic7xxx_reg.h1669 #define STATUS_2840 0xc1 macro
Daic7xxx.reg1126 register STATUS_2840 {
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h526 #define STATUS_2840 0xc1 macro
Daic7xxx.reg966 register STATUS_2840 {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c7297 while ((aic_inb(p, STATUS_2840) & EEPROM_TF) == 0) \ in read_284x_seeprom()
7357 seeprom[k] = (seeprom[k] << 1) | (aic_inb(p, STATUS_2840) & DI_2840); in read_284x_seeprom()
10378 switch( aic_inb(temp_p, STATUS_2840) & BIOS_SEL ) in aic7xxx_detect()