Searched refs:BRDCTL (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_pci.c | 1900 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS); in aic785X_cable_detect() 1903 ahc_outb(ahc, BRDCTL, 0); in aic785X_cable_detect() 1906 brdctl = ahc_inb(ahc, BRDCTL); in aic785X_cable_detect() 1961 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1964 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1970 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1976 ahc_outb(ahc, BRDCTL, brdctl); in write_brdctl() 1994 ahc_outb(ahc, BRDCTL, brdctl); in read_brdctl() 1996 value = ahc_inb(ahc, BRDCTL); in read_brdctl() 1997 ahc_outb(ahc, BRDCTL, in read_brdctl() [all...] |
H A D | aic79xx.c | 9721 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 9727 ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3)); in ahd_write_flexport() 9729 ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3)); in ahd_write_flexport() 9731 ahd_outb(ahd, BRDCTL, 0); in ahd_write_flexport() 9744 ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3)); in ahd_read_flexport() 9749 ahd_outb(ahd, BRDCTL, 0); in ahd_read_flexport() 9764 while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt) in ahd_wait_flexport()
|
H A D | aic7xxx_reg.h | 1254 #define BRDCTL 0x1d macro
|
H A D | aic7xxx.reg | 491 register BRDCTL {
|
H A D | aic79xx_reg.h | 3380 #define BRDCTL 0xb9 macro
|
H A D | aic79xx.reg | 2887 register BRDCTL {
|