Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c756 OPL_UPDATE_PROP(string, node, "status", "okay"); in opl_create_cpu()
824 OPL_UPDATE_PROP(int, node, "implementation#", in opl_create_core()
828 OPL_UPDATE_PROP(int, node, "sparc-version", 9); in opl_create_core()
836 OPL_UPDATE_PROP(int, node, "#itlb-entries", in opl_create_core()
844 OPL_UPDATE_PROP(int, node, "#dtlb-entries", in opl_create_core()
848 OPL_UPDATE_PROP(int, node, "l2-cache-line-size", in opl_create_core()
936 OPL_UPDATE_PROP(int, node, "#size-cells", 0); in opl_create_cpu_chip()
1019 OPL_UPDATE_PROP(int, node, "portid", portid); in opl_create_pseudo_mc()
1027 OPL_UPDATE_PROP(int, node, "board#", board); in opl_create_pseudo_mc()
1028 OPL_UPDATE_PROP(int, node, "physical-board#", in opl_create_pseudo_mc()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h265 #define OPL_UPDATE_PROP(type, dip, name, value) \ macro