noct_softc         63 dev/pci/noct.c int noct_ram_size(struct noct_softc *);
noct_softc         64 dev/pci/noct.c void noct_ram_write(struct noct_softc *, u_int32_t, u_int64_t);
noct_softc         65 dev/pci/noct.c u_int64_t noct_ram_read(struct noct_softc *, u_int32_t);
noct_softc         67 dev/pci/noct.c void noct_rng_enable(struct noct_softc *);
noct_softc         68 dev/pci/noct.c void noct_rng_disable(struct noct_softc *);
noct_softc         69 dev/pci/noct.c void noct_rng_init(struct noct_softc *);
noct_softc         70 dev/pci/noct.c void noct_rng_intr(struct noct_softc *);
noct_softc         73 dev/pci/noct.c void noct_pkh_enable(struct noct_softc *);
noct_softc         74 dev/pci/noct.c void noct_pkh_disable(struct noct_softc *);
noct_softc         75 dev/pci/noct.c void noct_pkh_init(struct noct_softc *);
noct_softc         76 dev/pci/noct.c void noct_pkh_intr(struct noct_softc *);
noct_softc         77 dev/pci/noct.c void noct_pkh_freedesc(struct noct_softc *, int);
noct_softc         78 dev/pci/noct.c u_int32_t noct_pkh_nfree(struct noct_softc *);
noct_softc         79 dev/pci/noct.c int noct_kload(struct noct_softc *, struct crparam *, u_int32_t);
noct_softc         80 dev/pci/noct.c void noct_kload_cb(struct noct_softc *, u_int32_t, int);
noct_softc         81 dev/pci/noct.c void noct_modmul_cb(struct noct_softc *, u_int32_t, int);
noct_softc         83 dev/pci/noct.c void noct_ea_enable(struct noct_softc *);
noct_softc         84 dev/pci/noct.c void noct_ea_disable(struct noct_softc *);
noct_softc         85 dev/pci/noct.c void noct_ea_init(struct noct_softc *);
noct_softc         86 dev/pci/noct.c void noct_ea_intr(struct noct_softc *);
noct_softc         89 dev/pci/noct.c u_int32_t noct_ea_nfree(struct noct_softc *);
noct_softc         90 dev/pci/noct.c void noct_ea_start(struct noct_softc *, struct noct_workq *);
noct_softc         91 dev/pci/noct.c void noct_ea_start_hash(struct noct_softc *, struct noct_workq *,
noct_softc         93 dev/pci/noct.c void noct_ea_start_des(struct noct_softc *, struct noct_workq *,
noct_softc         99 dev/pci/noct.c u_int32_t noct_read_4(struct noct_softc *, bus_size_t);
noct_softc        100 dev/pci/noct.c void noct_write_4(struct noct_softc *, bus_size_t, u_int32_t);
noct_softc        101 dev/pci/noct.c u_int64_t noct_read_8(struct noct_softc *, u_int32_t);
noct_softc        102 dev/pci/noct.c void noct_write_8(struct noct_softc *, u_int32_t, u_int64_t);
noct_softc        104 dev/pci/noct.c struct noct_softc *noct_kfind(struct cryptkop *);
noct_softc        107 dev/pci/noct.c int noct_kprocess_modexp(struct noct_softc *, struct cryptkop *);
noct_softc        110 dev/pci/noct.c 	sizeof(struct noct_softc), noct_probe, noct_attach,
noct_softc        138 dev/pci/noct.c 	struct noct_softc *sc = (struct noct_softc *)self;
noct_softc        200 dev/pci/noct.c 	struct noct_softc *sc = vsc;
noct_softc        226 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        248 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        274 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        303 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        343 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        372 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        470 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        538 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        573 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        605 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        659 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        700 dev/pci/noct.c 	struct noct_softc *sc = vsc;
noct_softc        725 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        736 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        773 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        800 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc        864 dev/pci/noct.c 	struct noct_softc *sc = vsc;
noct_softc        875 dev/pci/noct.c 	struct noct_softc *sc = vsc;
noct_softc        958 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1000 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1109 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1270 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1330 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1340 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1358 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1372 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1385 dev/pci/noct.c struct noct_softc *
noct_softc       1389 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1406 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1432 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1443 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1637 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1671 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1725 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1737 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1801 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc       1859 dev/pci/noct.c 	struct noct_softc *sc;
noct_softc         57 dev/pci/noctvar.h struct noct_softc;
noct_softc         62 dev/pci/noctvar.h 	void (*bn_callback)(struct noct_softc *, u_int32_t, int);
noct_softc         66 dev/pci/noctvar.h struct noct_softc {