Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dimx_rngb.c135 static const char *const rng_match_table[] = { variable
148 for (i = 0; i < ARRAY_SIZE(rng_match_table); i++) { in map_controller()
149 off = fdt_node_offset_by_compatible(fdt, 0, rng_match_table[i]); in map_controller()
H A Dstm32_rng.c720 static const struct dt_device_match rng_match_table[] = { variable
729 .match_table = rng_match_table,