Searched refs:rng_resources (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/bcm63xx/
H A Ddev-rng.c14 static struct resource rng_resources[] = { variable in typeref:struct:resource
25 .num_resources = ARRAY_SIZE(rng_resources),
26 .resource = rng_resources,
34 rng_resources[0].start = bcm63xx_regset_address(RSET_RNG);
35 rng_resources[0].end = rng_resources[0].start;
36 rng_resources[0].end += RSET_RNG_SIZE - 1;
/linux-master/arch/mips/cavium-octeon/
H A Docteon-platform.c412 struct resource rng_resources[] = { local
430 ret = platform_device_add_resources(pd, rng_resources,
431 ARRAY_SIZE(rng_resources));

Completed in 127 milliseconds