Searched refs:nc_gpcntl (Results 1 – 4 of 4) sorted by relevance
212 /*47*/ u_char nc_gpcntl; member
3414 np->rv_gpcntl = INB(nc_gpcntl);4790 OUTOFFB (nc_gpcntl, 0x01);7122 if (INB (nc_gpcntl) != 0x09)
2484 np->sv_gpcntl = INB(nc_gpcntl); in sym_save_initial_setting()3270 OUTB(nc_gpcntl, INB(nc_gpcntl) & ~0x01); in sym_init()3272 OUTB(nc_gpcntl, (INB(nc_gpcntl) & ~0x41) | 0x20); in sym_init()9391 OUTB (nc_gpcntl, *gpcntl & 0xfe);9393 OUTB (nc_gpcntl, *gpcntl);9403 OUTB (nc_gpcntl, *gpcntl | 0x01);9405 OUTB (nc_gpcntl, *gpcntl);9455 old_gpcntl = INB (nc_gpcntl);9460 OUTB (nc_gpcntl, gpcntl);9496 OUTB (nc_gpcntl, gpcntl);[all …]
438 /*47*/ u8 nc_gpcntl; member