Searched refs:brdctl (Results 1 – 1 of 1) sorted by relevance
1757 uint8_t brdctl; in ahc_new_term_detect() local1766 brdctl = read_brdctl(ahc); in ahc_new_term_detect()1767 *eeprom_present = brdctl & BRDDAT7; in ahc_new_term_detect()1768 *enableSEC_high = (brdctl & BRDDAT6); in ahc_new_term_detect()1769 *enableSEC_low = (brdctl & BRDDAT5); in ahc_new_term_detect()1770 *enablePRI_high = (brdctl & BRDDAT4); in ahc_new_term_detect()1771 *enablePRI_low = (brdctl & BRDDAT3); in ahc_new_term_detect()1779 uint8_t brdctl; in aic787X_cable_detect() local1795 brdctl = read_brdctl(ahc); in aic787X_cable_detect()1796 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1; in aic787X_cable_detect()[all …]