Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7770.c284 sd.sd_status_offset = STATUS_2840; in aha2840_load_seeprom()
285 sd.sd_dataout_offset = STATUS_2840; in aha2840_load_seeprom()
Daic7xxx_proc.c282 sd.sd_status_offset = STATUS_2840; in ahc_proc_write_seeprom()
283 sd.sd_dataout_offset = STATUS_2840; in ahc_proc_write_seeprom()
Daic7xxx_reg.h_shipped794 #define STATUS_2840 0xc1
Daic7xxx.reg1229 register STATUS_2840 {
/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h526 #define STATUS_2840 0xc1 macro
Daic7xxx.reg966 register STATUS_2840 {
/drivers/scsi/
Daic7xxx_old.c6894 while ((aic_inb(p, STATUS_2840) & EEPROM_TF) == 0) \ in read_284x_seeprom()
6954 seeprom[k] = (seeprom[k] << 1) | (aic_inb(p, STATUS_2840) & DI_2840); in read_284x_seeprom()
9851 switch( aic_inb(temp_p, STATUS_2840) & BIOS_SEL ) in aic7xxx_detect()