Home
last modified time | relevance | path

Searched refs:nc_gpcntl (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sym/
H A Dsym_hipd.c2455 np->sv_gpcntl = INB(nc_gpcntl); in sym_save_initial_setting()
3239 OUTB(nc_gpcntl, INB(nc_gpcntl) & ~0x01); in sym_init()
3241 OUTB(nc_gpcntl, (INB(nc_gpcntl) & ~0x41) | 0x20); in sym_init()
9255 OUTB (nc_gpcntl, *gpcntl & 0xfe);
9257 OUTB (nc_gpcntl, *gpcntl);
9267 OUTB (nc_gpcntl, *gpcntl | 0x01);
9269 OUTB (nc_gpcntl, *gpcntl);
9319 old_gpcntl = INB (nc_gpcntl);
9324 OUTB (nc_gpcntl, gpcntl);
9360 OUTB (nc_gpcntl, gpcntl);
[all …]
H A Dsym_defs.h439 /*47*/ u8 nc_gpcntl; member