Searched refs:BRDCTL (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 1819 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS); in aic785X_cable_detect() 1822 ahc_outb(ahc, BRDCTL, 0); in aic785X_cable_detect() 1825 brdctl = ahc_inb(ahc, BRDCTL); in aic785X_cable_detect() 1880 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1883 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1889 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1895 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1913 ahc_outb(ahc, BRDCTL, brdctl); in read_brdctl() 1915 value = ahc_inb(ahc, BRDCTL); in read_brdctl() 1916 ahc_outb(ahc, BRDCTL, in read_brdctl() [all...] |
H A D | aic79xx_core.c | 10128 while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt) in ahd_wait_flexport() 10144 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 10150 ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3)); in ahd_write_flexport() 10152 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 10154 ahd_outb(ahd, BRDCTL, 0); in ahd_write_flexport() 10167 ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3)); in ahd_read_flexport() 10172 ahd_outb(ahd, BRDCTL, 0); in ahd_read_flexport()
|
H A D | aic7xxx_reg.h_shipped | 380 #define BRDCTL 0x1d
|
H A D | aic7xxx.reg | 526 register BRDCTL {
|
H A D | aic79xx_reg.h_shipped | 1368 #define BRDCTL 0xb9
|
H A D | aic79xx.reg | 3071 register BRDCTL {
|