Home
last modified time | relevance | path

Searched refs:brdctl (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1750 uint8_t brdctl; in ahc_new_term_detect() local
1759 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() local
1788 brdctl = read_brdctl(ahc); in aic787X_cable_detect()
1789 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1; in aic787X_cable_detect()
[all …]