Lines Matching defs:scntl3
232 static void sym_selectclock(struct sym_hcb *np, u_char scntl3)
238 OUTB(np, nc_scntl3, scntl3);
262 OUTB(np, nc_scntl3, scntl3);
378 unsigned char scntl3 = np->sv_scntl3;
394 * If multiplier not found or scntl3 not 7,5,3,
396 * Otherwise trust scntl3 BIOS setting.
398 if (np->multiplier != mult || (scntl3 & 7) < 3 || !(scntl3 & 1)) {
416 if ((scntl3 & 7) == 3) f1 = 40000;
417 else if ((scntl3 & 7) == 5) f1 = 80000;
1107 * s3: scntl3 (see the manual)