Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ncr/
HDncrreg.h212 /*47*/ u_char nc_gpcntl; member
HDncr.c3414 np->rv_gpcntl = INB(nc_gpcntl);
4790 OUTOFFB (nc_gpcntl, 0x01);
7122 if (INB (nc_gpcntl) != 0x09)
/dragonfly/sys/dev/disk/sym/
HDsym_hipd.c2484 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 …]
HDsym_defs.h438 /*47*/ u8 nc_gpcntl; member