Searched refs:sblkctl_orig (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/eisa/
H A Dahc_eisa.c269 u_char sblkctl_orig; local
271 sblkctl_orig = ahc_inb(ahc, SBLKCTL);
272 sblkctl = sblkctl_orig ^ AUTOFLUSHDIS;
275 if (sblkctl != sblkctl_orig) {
/openbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c413 u_char sblkctl_orig; local
415 sblkctl_orig = ahc_inb(ahc, SBLKCTL);
416 sblkctl = sblkctl_orig ^ AUTOFLUSHDIS;
419 if(sblkctl != sblkctl_orig)

Completed in 323 milliseconds