Home | History | Annotate | Download | only in ic

Lines Matching defs:sblkctl

87 	u_int8_t sblkctl;
95 sblkctl_orig = ahc_inb(ahc, SBLKCTL);
96 sblkctl = sblkctl_orig ^ AUTOFLUSHDIS;
97 ahc_outb(ahc, SBLKCTL, sblkctl);
98 sblkctl = ahc_inb(ahc, SBLKCTL);
99 if (sblkctl != sblkctl_orig) {
105 sblkctl &= ~AUTOFLUSHDIS;
106 ahc_outb(ahc, SBLKCTL, sblkctl);