Searched refs:brdctl (Results 1 – 1 of 1) sorted by relevance
1842 uint8_t brdctl; in ahc_new_term_detect() local1851 brdctl = read_brdctl(ahc); in ahc_new_term_detect()1852 *eeprom_present = brdctl & BRDDAT7; in ahc_new_term_detect()1853 *enableSEC_high = (brdctl & BRDDAT6); in ahc_new_term_detect()1854 *enableSEC_low = (brdctl & BRDDAT5); in ahc_new_term_detect()1855 *enablePRI_high = (brdctl & BRDDAT4); in ahc_new_term_detect()1856 *enablePRI_low = (brdctl & BRDDAT3); in ahc_new_term_detect()1864 uint8_t brdctl; in aic787X_cable_detect() local1880 brdctl = read_brdctl(ahc); in aic787X_cable_detect()1881 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1; in aic787X_cable_detect()[all …]