Home
last modified time | relevance | path

Searched refs:cd_phandle (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/ofw/
Dofw_thermal.c71 uint32_t cd_phandle; member
139 cd->cd_phandle = OF_getpropint(cd->cd_node, "phandle", 0); in cooling_device_register()
140 if (cd->cd_phandle == 0) in cooling_device_register()
209 if (cd->cd_phandle == phandle) in cdev_get_level()
226 if (cd->cd_phandle == phandle) in cdev_set_level()
247 if (cd->cd_phandle == cdev[0]) in cmap_deactivate()
269 if (cd->cd_phandle == cdev[0]) in cmap_activate()
293 cdev_set_level(&cd->cd_phandle, 0); in cmap_finish()
505 if (cd->cd_phandle == cdev[0]) in thermal_zone_init()
511 cd->cd_phandle = cdev[0]; in thermal_zone_init()
Dofw_clock.c36 cd->cd_phandle = OF_getpropint(cd->cd_node, "phandle", 0); in clock_register()
37 if (cd->cd_phandle == 0) in clock_register()
51 if (cd->cd_phandle == phandle) in clock_get_frequency_cells()
84 if (cd->cd_phandle == phandle) in clock_set_frequency_cells()
101 if (cd->cd_phandle == phandle) in clock_set_parent_cells()
118 if (cd->cd_phandle == phandle) in clock_enable_cells()
Dofw_thermal.h43 uint32_t cd_phandle; member
Dofw_clock.h30 uint32_t cd_phandle; member