Home
last modified time | relevance | path

Searched +full:0 +full:xf000b000 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/rng/
H A Dnuvoton,npcm-rng.yaml36 reg = <0xf000b000 0x8>;
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_rng-test.c25 #define RNG_BASE_ADDR 0xf000b000
28 #define RNGCS 0x00
30 # define RNGE BIT(0) /* RNG Enable */
32 #define RNGD 0x04
34 #define RNGMODE 0x08
60 rng_writeb(RNGCS, 0); in rng_reset()
77 while (retries-- > 0) { in rng_wait_ready()
92 * An RNG which always returns 0x00 or 0xff, or has some bits stuck at 0 or 1,
93 * will fail this test. However, an RNG which always returns 0x55, 0xf0 or some
100 int sn = 0; in calc_monobit_p()
[all …]
/openbmc/qemu/hw/arm/
H A Dnpcm7xx.c36 #define NPCM7XX_MMIO_BA (0x80000000)
37 #define NPCM7XX_MMIO_SZ (0x7ffd0000)
40 #define NPCM7XX_OTP1_BA (0xf0189000)
41 #define NPCM7XX_OTP2_BA (0xf018a000)
44 #define NPCM7XX_L2C_BA (0xf03fc000)
45 #define NPCM7XX_CPUP_BA (0xf03fe000)
46 #define NPCM7XX_GCR_BA (0xf0800000)
47 #define NPCM7XX_CLK_BA (0xf0801000)
48 #define NPCM7XX_MC_BA (0xf0824000)
49 #define NPCM7XX_RNG_BA (0xf000b000)
[all …]