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

/freebsd-11-stable/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 Daic79xx.c9801 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
9807 ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3));
9809 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
9811 ahd_outb(ahd, BRDCTL, 0);
9824 ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3));
9829 ahd_outb(ahd, BRDCTL, 0);
9844 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_reg.h1596 ahd_print_register(NULL, 0, "BRDCTL", 0xb9, regvalue, cur_col, wrap)
3383 #define BRDCTL 0xb9 macro

Completed in 114 milliseconds