Searched refs:BRDCTL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c1814 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
1817 ahc_outb(ahc, BRDCTL, 0);
1820 brdctl = ahc_inb(ahc, BRDCTL);
1875 ahc_outb(ahc, BRDCTL, brdctl);
1878 ahc_outb(ahc, BRDCTL, brdctl);
1884 ahc_outb(ahc, BRDCTL, brdctl);
1890 ahc_outb(ahc, BRDCTL, brdctl);
1908 ahc_outb(ahc, BRDCTL, brdctl);
1910 value = ahc_inb(ahc, BRDCTL);
1911 ahc_outb(ahc, BRDCTL,
[all...]
H A Daic79xx_core.c10108 while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt)
10124 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
10130 ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3));
10132 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
10134 ahd_outb(ahd, BRDCTL, 0);
10147 ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3));
10152 ahd_outb(ahd, BRDCTL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h179 #define BRDCTL 0x1d macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c7192 * Reads the BRDCTL register.
7206 aic_outb(p, brdctl, BRDCTL);
7208 value = aic_inb(p, BRDCTL);
7218 aic_outb(p, brdctl, BRDCTL);
7220 value = aic_inb(p, BRDCTL);
7222 aic_outb(p, 0, BRDCTL);
7232 * Writes a value to the BRDCTL register.
7246 aic_outb(p, brdctl, BRDCTL);
7249 aic_outb(p, brdctl, BRDCTL);
7252 aic_outb(p, brdctl, BRDCTL);
[all...]

Completed in 88 milliseconds