Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1757 uint8_t brdctl; in ahc_new_term_detect() local
1766 brdctl = read_brdctl(ahc); in ahc_new_term_detect()
1767 *eeprom_present = brdctl & BRDDAT7; in ahc_new_term_detect()
1768 *enableSEC_high = (brdctl & BRDDAT6); in ahc_new_term_detect()
1769 *enableSEC_low = (brdctl & BRDDAT5); in ahc_new_term_detect()
1770 *enablePRI_high = (brdctl & BRDDAT4); in ahc_new_term_detect()
1771 *enablePRI_low = (brdctl & BRDDAT3); in ahc_new_term_detect()
1779 uint8_t brdctl; in aic787X_cable_detect() local
1795 brdctl = read_brdctl(ahc); in aic787X_cable_detect()
1796 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1; in aic787X_cable_detect()
[all …]