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

/freebsd-9.3-release/sys/pci/
H A Dncrreg.h212 /*47*/ u_char nc_gpcntl; member in struct:ncr_reg
H A Dncr.c3416 np->rv_gpcntl = INB(nc_gpcntl);
4776 OUTOFFB (nc_gpcntl, 0x01);
7113 if (INB (nc_gpcntl) != 0x09)
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c2464 np->sv_gpcntl = INB(nc_gpcntl);
3251 OUTB(nc_gpcntl, INB(nc_gpcntl) & ~0x01);
3253 OUTB(nc_gpcntl, (INB(nc_gpcntl) & ~0x41) | 0x20);
9277 OUTB (nc_gpcntl, *gpcntl & 0xfe);
9279 OUTB (nc_gpcntl, *gpcntl);
9289 OUTB (nc_gpcntl, *gpcntl | 0x01);
9291 OUTB (nc_gpcntl, *gpcntl);
9341 old_gpcntl = INB (nc_gpcntl);
[all...]
H A Dsym_defs.h438 /*47*/ u8 nc_gpcntl; member in struct:sym_reg

Completed in 196 milliseconds