Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aic7xxx_seeprom.c | 588 uint8_t brdctl; local in function:ahc_new_term_detect 597 brdctl = read_brdctl(ahc); 598 *eeprom_present = brdctl & BRDDAT7; 599 *enableSEC_high = (brdctl & BRDDAT6); 600 *enableSEC_low = (brdctl & BRDDAT5); 601 *enablePRI_high = (brdctl & BRDDAT4); 602 *enablePRI_low = (brdctl & BRDDAT3); 610 uint8_t brdctl; local in function:aic787X_cable_detect 626 brdctl = read_brdctl(ahc); 627 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1 650 uint8_t brdctl; local in function:aic785X_cable_detect 704 uint8_t brdctl; local in function:write_brdctl 736 uint8_t brdctl; local in function:read_brdctl [all...] |