Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751var.h166 #define HIFN_HAS_PUBLIC 0x2 /* includes public key support */ macro
H A Dhifn7751.c378 sc->sc_flags = HIFN_HAS_RNG | HIFN_HAS_PUBLIC; in hifn_attach()
583 if (sc->sc_flags & (HIFN_HAS_PUBLIC | HIFN_HAS_RNG)) in hifn_attach()
765 if (sc->sc_flags & HIFN_HAS_PUBLIC) { in hifn_init_pubrng()
1151 ((sc->sc_flags & HIFN_HAS_PUBLIC) ? in hifn_init_pci_registers()
2143 if ((sc->sc_flags & HIFN_HAS_PUBLIC) && in hifn_intr()