Searched refs:BRDDAT6 (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c1637 * Secondary High Term Enable = BRDDAT6
1664 brddat |= BRDDAT6;
1732 brddat |= BRDDAT6;
1761 * BRDDAT6 = Enable Secondary High Byte termination
1768 *enableSEC_high = (brdctl & BRDDAT6);
1792 * connectors. BRDDAT6 is INT50 and
1796 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1;
1807 * connectors. BRDDAT6 is EXT68 and
1811 *externalcable_present = (brdctl & BRDDAT6) ? 0 : 1;
1834 *externalcable_present = (brdctl & BRDDAT6)
[all...]
H A Daic7xxx.reg530 field BRDDAT6 0x40
H A Daic7xxx_reg.h_shipped382 #define BRDDAT6 0x40
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h181 #define BRDDAT6 0x40 macro
H A Daic7xxx.reg1097 bit BRDDAT6 0x40
/drivers/scsi/
H A Daic7xxx_old.c7357 *ext_present = !(brdctl & BRDDAT6);
7387 * Now we read the state of the internal 68 connector. BRDDAT6
7401 *ext_68 = !(brdctl & BRDDAT6);
7433 * Now we read the state of the two internal connectors. BRDDAT6
7438 *int_50 = !(brdctl & BRDDAT6);
7448 *ext_present = !(brdctl & BRDDAT6);
7476 *enableSE_high = (brdctl & BRDDAT6);
7553 * Secondary High Term Enable = BRDDAT6
7585 brddat |= BRDDAT6;
7629 brddat = BRDDAT6;
[all...]

Completed in 67 milliseconds