Lines Matching refs:OPL_UPDATE_PROP

751 	OPL_UPDATE_PROP(string, node, "name", OPL_CPU_NODE);
752 OPL_UPDATE_PROP(string, node, "device_type", OPL_CPU_NODE);
754 OPL_UPDATE_PROP(int, node, "cpuid", cpu->cpu_cpuid);
755 OPL_UPDATE_PROP(int, node, "reg", probe->pr_cpu);
757 OPL_UPDATE_PROP(string, node, "status", "okay");
819 OPL_UPDATE_PROP(string, node, "name", OPL_CORE_NODE);
820 OPL_UPDATE_PROP(string, node, "device_type", OPL_CORE_NODE);
821 OPL_UPDATE_PROP(string, node, "compatible", chip->chip_compatible);
823 OPL_UPDATE_PROP(int, node, "reg", probe->pr_core);
824 OPL_UPDATE_PROP(int, node, "manufacturer#", core->core_manufacturer);
825 OPL_UPDATE_PROP(int, node, "implementation#",
827 OPL_UPDATE_PROP(int, node, "mask#", core->core_mask);
829 OPL_UPDATE_PROP(int, node, "sparc-version", 9);
830 OPL_UPDATE_PROP(int, node, "clock-frequency", core->core_frequency);
832 OPL_UPDATE_PROP(int, node, "l1-icache-size", core->core_l1_icache_size);
833 OPL_UPDATE_PROP(int, node, "l1-icache-line-size",
835 OPL_UPDATE_PROP(int, node, "l1-icache-associativity",
837 OPL_UPDATE_PROP(int, node, "#itlb-entries",
840 OPL_UPDATE_PROP(int, node, "l1-dcache-size", core->core_l1_dcache_size);
841 OPL_UPDATE_PROP(int, node, "l1-dcache-line-size",
843 OPL_UPDATE_PROP(int, node, "l1-dcache-associativity",
845 OPL_UPDATE_PROP(int, node, "#dtlb-entries",
848 OPL_UPDATE_PROP(int, node, "l2-cache-size", core->core_l2_cache_size);
849 OPL_UPDATE_PROP(int, node, "l2-cache-line-size",
851 OPL_UPDATE_PROP(int, node, "l2-cache-associativity",
857 OPL_UPDATE_PROP(string, node, "status", "okay");
924 OPL_UPDATE_PROP(string, node, "name", OPL_CPU_CHIP_NODE);
926 OPL_UPDATE_PROP(int, node, "portid", chip->chip_portid);
927 OPL_UPDATE_PROP(int, node, "board#", probe->pr_board);
936 OPL_UPDATE_PROP(int, node, "#address-cells", 1);
937 OPL_UPDATE_PROP(int, node, "#size-cells", 0);
939 OPL_UPDATE_PROP(string, node, "status", "okay");
1015 OPL_UPDATE_PROP(string, node, "name", OPL_PSEUDO_MC_NODE);
1016 OPL_UPDATE_PROP(string, node, "device_type", "memory-controller");
1017 OPL_UPDATE_PROP(string, node, "compatible", "FJSV,oplmc");
1020 OPL_UPDATE_PROP(int, node, "portid", portid);
1028 OPL_UPDATE_PROP(int, node, "board#", board);
1029 OPL_UPDATE_PROP(int, node, "physical-board#",
1032 OPL_UPDATE_PROP(int, node, "#address-cells", 1);
1033 OPL_UPDATE_PROP(int, node, "#size-cells", 2);
2342 OPL_UPDATE_PROP(string, node, "name", OPL_PCI_LEAF_NODE);
2344 OPL_UPDATE_PROP(string, node, "status", "okay");