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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c1758 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
1759 ahc_outb(ahc, BRDCTL, 0);
1760 brdctl = ahc_inb(ahc, BRDCTL);
1781 ahc_outb(ahc, BRDCTL, brdctl);
1784 ahc_outb(ahc, BRDCTL, brdctl);
1790 ahc_outb(ahc, BRDCTL, brdctl);
1796 ahc_outb(ahc, BRDCTL, brdctl);
1815 ahc_outb(ahc, BRDCTL, brdctl);
1817 value = ahc_inb(ahc, BRDCTL);
1818 ahc_outb(ahc, BRDCTL,
[all...]
H A Daic7xxx_reg.h193 #define BRDCTL 0x1d macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h179 #define BRDCTL 0x1d macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c7578 * Reads the BRDCTL register.
7592 aic_outb(p, brdctl, BRDCTL);
7594 value = aic_inb(p, BRDCTL);
7604 aic_outb(p, brdctl, BRDCTL);
7606 value = aic_inb(p, BRDCTL);
7608 aic_outb(p, 0, BRDCTL);
7618 * Writes a value to the BRDCTL register.
7632 aic_outb(p, brdctl, BRDCTL);
7635 aic_outb(p, brdctl, BRDCTL);
7638 aic_outb(p, brdctl, BRDCTL);
[all...]

Completed in 108 milliseconds