Searched refs:basesz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 114 int basesz, entrysz, runtimesz; in early_init_dt_scan_opal() local 119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal() 126 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 130 pr_debug("OPAL Base = 0x%llx (basep=%p basesz=%d)\n", in early_init_dt_scan_opal() 131 opal.base, basep, basesz); in early_init_dt_scan_opal() 132 pr_debug("OPAL Entry = 0x%llx (entryp=%p basesz=%d)\n", in early_init_dt_scan_opal()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 114 int basesz, entrysz, runtimesz; in early_init_dt_scan_opal() local 119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal() 126 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 130 pr_debug("OPAL Base = 0x%llx (basep=%p basesz=%d)\n", in early_init_dt_scan_opal() 131 opal.base, basep, basesz); in early_init_dt_scan_opal() 132 pr_debug("OPAL Entry = 0x%llx (entryp=%p basesz=%d)\n", in early_init_dt_scan_opal()
|
Completed in 4 milliseconds