Searched refs:brdctl (Results 1 – 1 of 1) sorted by relevance
1750 uint8_t brdctl; in ahc_new_term_detect() local1759 brdctl = read_brdctl(ahc); in ahc_new_term_detect()1760 *eeprom_present = brdctl & BRDDAT7; in ahc_new_term_detect()1761 *enableSEC_high = (brdctl & BRDDAT6); in ahc_new_term_detect()1762 *enableSEC_low = (brdctl & BRDDAT5); in ahc_new_term_detect()1763 *enablePRI_high = (brdctl & BRDDAT4); in ahc_new_term_detect()1764 *enablePRI_low = (brdctl & BRDDAT3); in ahc_new_term_detect()1772 uint8_t brdctl; in aic787X_cable_detect() local1788 brdctl = read_brdctl(ahc); in aic787X_cable_detect()1789 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1; in aic787X_cable_detect()[all …]