sys/dev/isa/nct.c
175
static u_int8_t nct_rd(struct nct_softc *, int);
sys/dev/isa/nct.c
176
static struct nct_bank *nct_sel(struct nct_softc *, int, u_int8_t *);
sys/dev/isa/nct.c
177
static void nct_wr(struct nct_softc *, int, u_int8_t);
sys/dev/isa/nct.c
180
nct_outb(struct nct_softc *sc, int reg, u_int8_t data)
sys/dev/isa/nct.c
187
nct_inb(struct nct_softc *sc, int reg)
sys/dev/isa/nct.c
194
sizeof(struct nct_softc),
sys/dev/isa/nct.c
301
struct nct_softc *sc = device_private(self);
sys/dev/isa/nct.c
453
struct nct_softc *sc = device_private(self);
sys/dev/isa/nct.c
464
nct_rd(struct nct_softc *sc, int reg)
sys/dev/isa/nct.c
493
nct_wr(struct nct_softc *sc, int reg, u_int8_t data)
sys/dev/isa/nct.c
523
nct_sel(struct nct_softc *sc, int pin, u_int8_t *mask)
sys/dev/isa/nct.c
541
struct nct_softc *sc = arg;
sys/dev/isa/nct.c
564
struct nct_softc *sc = arg;
sys/dev/isa/nct.c
588
struct nct_softc *sc = arg;