Home
last modified time | relevance | path

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

/openbsd/sys/arch/macppc/macppc/
H A Dcpu.c196 int qhandle, phandle, len; in cpuattach() local
291 for (qhandle = OF_peer(0); qhandle; qhandle = phandle) { in cpuattach()
292 len = OF_getprop(qhandle, "device_type", name, sizeof(name)); in cpuattach()
294 OF_getprop(qhandle, "clock-frequency", &clock_freq, in cpuattach()
296 OF_getprop(qhandle, "timebase-frequency", &timebase, in cpuattach()
300 if ((phandle = OF_child(qhandle))) in cpuattach()
302 while (qhandle) { in cpuattach()
303 if ((phandle = OF_peer(qhandle))) in cpuattach()
305 qhandle = OF_parent(qhandle); in cpuattach()
338 if (OF_getprop(qhandle, "power-mode-data", in cpuattach()