Searched refs:BRDCTL (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 1826 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS); in aic785X_cable_detect() 1829 ahc_outb(ahc, BRDCTL, 0); in aic785X_cable_detect() 1832 brdctl = ahc_inb(ahc, BRDCTL); in aic785X_cable_detect() 1887 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1890 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1896 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1902 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1920 ahc_outb(ahc, BRDCTL, brdctl); in read_brdctl() 1922 value = ahc_inb(ahc, BRDCTL); in read_brdctl() 1923 ahc_outb(ahc, BRDCTL, 0); in read_brdctl()
|
D | aic7xxx_reg.h_shipped | 380 #define BRDCTL 0x1d
|
D | aic79xx_core.c | 10226 while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt) in ahd_wait_flexport() 10242 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 10248 ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3)); in ahd_write_flexport() 10250 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 10252 ahd_outb(ahd, BRDCTL, 0); in ahd_write_flexport() 10265 ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3)); in ahd_read_flexport() 10270 ahd_outb(ahd, BRDCTL, 0); in ahd_read_flexport()
|
D | aic7xxx.reg | 526 register BRDCTL {
|
D | aic79xx_reg.h_shipped | 2243 #define BRDCTL 0xb9
|
D | aic79xx.reg | 3071 register BRDCTL {
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 179 #define BRDCTL 0x1d macro
|
D | aic7xxx.reg | 1094 register BRDCTL {
|
/drivers/scsi/ |
D | aic7xxx_old.c | 7263 aic_outb(p, brdctl, BRDCTL); in read_brdctl() 7265 value = aic_inb(p, BRDCTL); in read_brdctl() 7275 aic_outb(p, brdctl, BRDCTL); in read_brdctl() 7277 value = aic_inb(p, BRDCTL); in read_brdctl() 7279 aic_outb(p, 0, BRDCTL); in read_brdctl() 7303 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7306 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7309 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7323 aic_outb(p, brdctl, BRDCTL); in write_brdctl() 7326 aic_outb(p, brdctl, BRDCTL); in write_brdctl() [all …]
|