Searched refs:STATUS_2840 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7770.c284 sd.sd_status_offset = STATUS_2840;
285 sd.sd_dataout_offset = STATUS_2840;
H A Daic7xxx_proc.c282 sd.sd_status_offset = STATUS_2840;
283 sd.sd_dataout_offset = STATUS_2840;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h526 #define STATUS_2840 0xc1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c6841 * STATUS_2840 and SEECTL_2840 registers. The CS_2840, CK_2840, and
6844 * The DI_2840 bit of the STATUS_2840 is connected to the data in line
6845 * of the serial EEPROM. The EEPROM_TF bit of STATUS_2840 register is
6864 while ((aic_inb(p, STATUS_2840) & EEPROM_TF) == 0) \
6924 seeprom[k] = (seeprom[k] << 1) | (aic_inb(p, STATUS_2840) & DI_2840);
9782 switch( aic_inb(temp_p, STATUS_2840) & BIOS_SEL )

Completed in 50 milliseconds