Home
last modified time | relevance | path

Searched refs:BRDCTL (Results 1 – 9 of 9) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1826 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()
Daic7xxx_reg.h_shipped380 #define BRDCTL 0x1d
Daic79xx_core.c10226 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()
Daic7xxx.reg526 register BRDCTL {
Daic79xx_reg.h_shipped2243 #define BRDCTL 0xb9
Daic79xx.reg3071 register BRDCTL {
/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h179 #define BRDCTL 0x1d macro
Daic7xxx.reg1094 register BRDCTL {
/drivers/scsi/
Daic7xxx_old.c7263 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 …]