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

/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal.c84 int basesz, entrysz, runtimesz; early_init_dt_scan_opal() local
89 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); early_init_dt_scan_opal()
96 opal.base = of_read_number(basep, basesz/4); early_init_dt_scan_opal()
100 pr_debug("OPAL Base = 0x%llx (basep=%p basesz=%d)\n", early_init_dt_scan_opal()
101 opal.base, basep, basesz); early_init_dt_scan_opal()
102 pr_debug("OPAL Entry = 0x%llx (entryp=%p basesz=%d)\n", early_init_dt_scan_opal()

Completed in 69 milliseconds