Searched refs:cm_child (Results 1 - 2 of 2) sorted by relevance
| /src/sys/arch/arm/ti/ |
| H A D | am3_prcm.c | 267 int clocks, child, cm_child; local in function:am3_prcm_attach 290 for (cm_child = OF_child(child); cm_child; 291 cm_child = OF_peer(cm_child)) { 292 if (of_compatible_match(cm_child, 296 aprint_debug_dev(self, "clkctrl: %s\n", fdtbus_get_string(cm_child, "name")); 297 fdtbus_register_clock_controller(self, cm_child,
|
| H A D | omap4_prcm.c | 295 int clocks, child, cm_child; local in function:omap4_prcm_attach 339 for (cm_child = OF_child(child); cm_child; 340 cm_child = OF_peer(cm_child)) { 341 if (of_compatible_match(cm_child, 345 aprint_debug_dev(self, "clkctrl: %s\n", fdtbus_get_string(cm_child, "name")); 346 fdtbus_register_clock_controller(self, cm_child,
|
Completed in 7 milliseconds