Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A 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 in aic787X_cable_detect()
1812 uint8_t brdctl; aic785X_cable_detect() local
1869 uint8_t brdctl; write_brdctl() local
1901 uint8_t brdctl; read_brdctl() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A 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 in aic787X_cable_detect()
1812 uint8_t brdctl; aic785X_cable_detect() local
1869 uint8_t brdctl; write_brdctl() local
1901 uint8_t brdctl; read_brdctl() local
[all...]

Completed in 5 milliseconds