Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/io/
H A Dopl_cfg.c751 OPL_UPDATE_PROP(string, node, "name", OPL_CPU_NODE); in opl_create_cpu()
752 OPL_UPDATE_PROP(string, node, "device_type", OPL_CPU_NODE); in opl_create_cpu()
754 OPL_UPDATE_PROP(int, node, "cpuid", cpu->cpu_cpuid); in opl_create_cpu()
755 OPL_UPDATE_PROP(int, node, "reg", probe->pr_cpu); in opl_create_cpu()
757 OPL_UPDATE_PROP(string, node, "status", "okay"); in opl_create_cpu()
819 OPL_UPDATE_PROP(string, node, "name", OPL_CORE_NODE); in opl_create_core()
820 OPL_UPDATE_PROP(string, node, "device_type", OPL_CORE_NODE); in opl_create_core()
821 OPL_UPDATE_PROP(string, node, "compatible", chip->chip_compatible); in opl_create_core()
823 OPL_UPDATE_PROP(int, node, "reg", probe->pr_core); in opl_create_core()
824 OPL_UPDATE_PROP(int, node, "manufacturer#", core->core_manufacturer); in opl_create_core()
[all …]
/titanic_50/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h265 #define OPL_UPDATE_PROP(type, dip, name, value) \ macro