ofw_machdep.c | 204 int hmem, i, cnt, memcnt, regcnt; local in function:ofw_bootstrap_get_memory 217 regcnt = OF_getprop(hmem, "reg", regs, 219 if (regcnt <= 0) 223 numregs = regcnt / (sizeof(uint32_t) * (acells + scells)); 224 DPRINTF("regcnt=%d num=%d acell=%d scell=%d\n", 225 regcnt, numregs, acells, scells); 266 regcnt = OF_getprop(hmem, "available", regs, 268 if (regcnt <= 0) 284 numregs = regcnt / (sizeof(uint32_t) * (acells + scells)); 285 DPRINTF("regcnt=%d num=%d acell=%d scell=%d\n" [all...] |