Home | History | Annotate | Download | only in ic

Lines Matching refs:ahc

85 ahc_aic77xx_attach(struct ahc_softc *ahc)
95 sblkctl_orig = ahc_inb(ahc, SBLKCTL);
97 ahc_outb(ahc, SBLKCTL, sblkctl);
98 sblkctl = ahc_inb(ahc, SBLKCTL);
101 ahc_name(ahc));
106 ahc_outb(ahc, SBLKCTL, sblkctl);
110 hostconf = ahc_inb(ahc, HOSTCONF);
111 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
112 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
117 if (ahc_init(ahc)) {
128 ahc_outb(ahc, BCTL, ENABLE);
131 ahc_attach(ahc);