Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1825 uint8_t brdctl; in ahc_new_term_detect() local
1834 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() local
1863 brdctl = read_brdctl(ahc); in aic787X_cable_detect()
1864 *internal50_present = (brdctl & BRDDAT6) ? 0 : 1; in aic787X_cable_detect()
[all …]
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c7657 unsigned char brdctl, value; in read_brdctl() local
7665 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() local
7705 brdctl = value; in write_brdctl()
7706 aic_outb(p, brdctl, BRDCTL); in write_brdctl()
7708 brdctl |= BRDSTB_ULTRA2; in write_brdctl()
[all …]