Searched refs:STATUS_2840 (Results 1 – 7 of 7) sorted by relevance
284 sd.sd_status_offset = STATUS_2840; in aha2840_load_seeprom()285 sd.sd_dataout_offset = STATUS_2840; in aha2840_load_seeprom()
282 sd.sd_status_offset = STATUS_2840; in ahc_proc_write_seeprom()283 sd.sd_dataout_offset = STATUS_2840; in ahc_proc_write_seeprom()
794 #define STATUS_2840 0xc1
1229 register STATUS_2840 {
526 #define STATUS_2840 0xc1 macro
966 register STATUS_2840 {
6894 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()