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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c9312 u_char old_gpcntl, old_gpreg; local
9319 old_gpcntl = INB (nc_gpcntl);
9320 gpcntl = old_gpcntl & 0x1c;
9373 OUTB (nc_gpcntl, old_gpcntl);
9536 u_char old_gpcntl, old_gpreg; local
9541 old_gpcntl = INB (nc_gpcntl);
9547 gpcntl = (old_gpcntl & 0xe9) | 0x09;
9555 OUTB (nc_gpcntl, old_gpcntl);

Completed in 171 milliseconds