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

/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1722 * Secondary High Term Enable = BRDDAT6
1749 brddat |= BRDDAT6;
1817 brddat |= BRDDAT6;
1846 * BRDDAT6 = Enable Secondary High Byte termination
1853 *enableSEC_high = (brdctl & BRDDAT6);
1877 * connectors. BRDDAT6 is INT50 and
1881 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1;
1892 * connectors. BRDDAT6 is EXT68 and
1896 *externalcable_present = (brdctl & BRDDAT6) ? 0 : 1;
1919 *externalcable_present = (brdctl & BRDDAT6)
[all...]
H A Daic7xxx.reg496 field BRDDAT6 0x40
H A Daic7xxx_reg.h1259 #define BRDDAT6 0x40 macro

Completed in 61 milliseconds