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

/linux-master/arch/arm/mach-bcm/
H A Dboard_bcm281xx.c23 struct device_node *np_wdog; local
25 np_wdog = of_find_compatible_node(NULL, NULL, "brcm,kona-wdt");
26 if (!np_wdog) {
30 base = of_iomap(np_wdog, 0);
31 of_node_put(np_wdog);

Completed in 342 milliseconds