Searched refs:BRDCTL (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 1894 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS); in aic785X_cable_detect() 1897 ahc_outb(ahc, BRDCTL, 0); in aic785X_cable_detect() 1900 brdctl = ahc_inb(ahc, BRDCTL); in aic785X_cable_detect() 1955 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1958 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1964 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1970 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1988 ahc_outb(ahc, BRDCTL, brdctl); in read_brdctl() 1990 value = ahc_inb(ahc, BRDCTL); in read_brdctl() 1991 ahc_outb(ahc, BRDCTL, 0); in read_brdctl()
|
D | aic79xx_core.c | 8933 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 8939 ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3)); in ahd_write_flexport() 8941 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 8943 ahd_outb(ahd, BRDCTL, 0); in ahd_write_flexport() 8956 ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3)); in ahd_read_flexport() 8961 ahd_outb(ahd, BRDCTL, 0); in ahd_read_flexport() 8976 while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt) in ahd_wait_flexport()
|
D | aic7xxx_reg.h | 1255 #define BRDCTL 0x1d macro
|
D | aic7xxx.reg | 493 register BRDCTL {
|
D | aic79xx_reg.h | 3346 #define BRDCTL 0xb9 macro
|
D | aic79xx.reg | 2896 register BRDCTL {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 179 #define BRDCTL 0x1d macro
|
D | aic7xxx.reg | 1094 register BRDCTL {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 7666 aic_outb(p, brdctl, BRDCTL); in read_brdctl() 7668 value = aic_inb(p, BRDCTL); in read_brdctl() 7678 aic_outb(p, brdctl, BRDCTL); in read_brdctl() 7680 value = aic_inb(p, BRDCTL); in read_brdctl() 7682 aic_outb(p, 0, BRDCTL); in read_brdctl() 7706 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7709 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7712 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7726 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7729 aic_outb(p, brdctl, BRDCTL); in write_brdctl() [all …]
|