Searched refs:brdctl (Results 1 – 2 of 2) sorted by relevance
1825 uint8_t brdctl; in ahc_new_term_detect() local1834 brdctl = read_brdctl(ahc); in ahc_new_term_detect()1835 *eeprom_present = brdctl & BRDDAT7; in ahc_new_term_detect()1836 *enableSEC_high = (brdctl & BRDDAT6); in ahc_new_term_detect()1837 *enableSEC_low = (brdctl & BRDDAT5); in ahc_new_term_detect()1838 *enablePRI_high = (brdctl & BRDDAT4); in ahc_new_term_detect()1839 *enablePRI_low = (brdctl & BRDDAT3); in ahc_new_term_detect()1847 uint8_t brdctl; in aic787X_cable_detect() local1863 brdctl = read_brdctl(ahc); in aic787X_cable_detect()1864 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1; in aic787X_cable_detect()[all …]
7657 unsigned char brdctl, value; in read_brdctl() local7665 brdctl = BRDRW_ULTRA2; in read_brdctl()7666 aic_outb(p, brdctl, BRDCTL); in read_brdctl()7672 brdctl = BRDRW; in read_brdctl()7676 brdctl |= BRDCS; in read_brdctl()7678 aic_outb(p, brdctl, BRDCTL); in read_brdctl()7697 unsigned char brdctl; in write_brdctl() local7705 brdctl = value; in write_brdctl()7706 aic_outb(p, brdctl, BRDCTL); in write_brdctl()7708 brdctl |= BRDSTB_ULTRA2; in write_brdctl()[all …]