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

/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1911 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
1914 ahc_outb(ahc, BRDCTL, 0);
1917 brdctl = ahc_inb(ahc, BRDCTL);
1972 ahc_outb(ahc, BRDCTL, brdctl);
1975 ahc_outb(ahc, BRDCTL, brdctl);
1981 ahc_outb(ahc, BRDCTL, brdctl);
1987 ahc_outb(ahc, BRDCTL, brdctl);
2005 ahc_outb(ahc, BRDCTL, brdctl);
2007 value = ahc_inb(ahc, BRDCTL);
2008 ahc_outb(ahc, BRDCTL,
[all...]
H A Daic7xxx.reg493 register BRDCTL {
H A Daic79xx.c9810 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
9816 ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3));
9818 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
9820 ahd_outb(ahd, BRDCTL, 0);
9833 ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3));
9838 ahd_outb(ahd, BRDCTL, 0);
9853 while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt)
H A Daic7xxx_reg.h231 ahc_print_register(NULL, 0, "BRDCTL", 0x1d, regvalue, cur_col, wrap)
1257 #define BRDCTL 0x1d macro
H A Daic79xx.reg2889 register BRDCTL {
H A Daic79xx_reg.h1596 ahd_print_register(NULL, 0, "BRDCTL", 0xb9, regvalue, cur_col, wrap)
3383 #define BRDCTL 0xb9 macro

Completed in 106 milliseconds