Home
last modified time | relevance | path

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

/arch/mips/ralink/
Dreset.c70 static struct reset_controller_dev reset_dev = { variable
79 reset_dev.of_node = of_find_compatible_node(NULL, NULL, in ralink_rst_init()
81 if (!reset_dev.of_node) in ralink_rst_init()
84 reset_controller_register(&reset_dev); in ralink_rst_init()
/arch/mips/lantiq/xway/
Dreset.c267 static struct reset_controller_dev reset_dev = { variable
276 reset_dev.of_node = of_find_compatible_node(NULL, NULL, in ltq_rst_init()
278 if (!reset_dev.of_node) in ltq_rst_init()
281 reset_controller_register(&reset_dev); in ltq_rst_init()