Searched refs:bcm2838_rng_conf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_rng.c | 125 static const struct bcm_rng_conf bcm2838_rng_conf = { variable 156 {"brcm,bcm2711-rng200", (uintptr_t)&bcm2838_rng_conf}, 157 {"brcm,bcm2838-rng", (uintptr_t)&bcm2838_rng_conf}, 158 {"brcm,bcm2838-rng200", (uintptr_t)&bcm2838_rng_conf}, 159 {"brcm,bcm7211-rng", (uintptr_t)&bcm2838_rng_conf}, 160 {"brcm,bcm7278-rng", (uintptr_t)&bcm2838_rng_conf}, 161 {"brcm,iproc-rng200", (uintptr_t)&bcm2838_rng_conf},
|