Searched refs:STATUS_2840 (Results 1 – 7 of 7) sorted by relevance
308 sd.sd_status_offset = STATUS_2840; in aha2840_load_seeprom()309 sd.sd_dataout_offset = STATUS_2840; in aha2840_load_seeprom()
238 sd.sd_status_offset = STATUS_2840; in ahc_proc_write_seeprom()239 sd.sd_dataout_offset = STATUS_2840; in ahc_proc_write_seeprom()
1669 #define STATUS_2840 0xc1 macro
1126 register STATUS_2840 {
526 #define STATUS_2840 0xc1 macro
966 register STATUS_2840 {
7297 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()