Searched refs:node_has_property (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | cpu.c | 1400 ci->c_physical = node_has_property(node, "cache-physical?"); in getcacheinfo_obp() 1410 if (node_has_property(node, "icache-nlines") && in getcacheinfo_obp() 1411 node_has_property(node, "dcache-nlines") && in getcacheinfo_obp() 1459 if (node_has_property(node, "ecache-nlines")) { in getcacheinfo_obp() 1948 if (node_has_property(node, "ecache-nlines")) { in getcacheinfo_sun4d()
|
| H A D | iommu.c | 205 : node_has_property(node, "cache-coherence?"); in iommu_attach()
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | promlib.h | 161 #define node_has_property(node,prop) prom_node_has_property(node,prop) macro
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | sbus.c | 467 !node_has_property(node, "device_type") || in sbus_setup_attach_args()
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | sbus.c | 324 !node_has_property(node, "device_type") || in sbus_setup_attach_args()
|
| /netbsd-src/sys/dev/sbus/ |
| H A D | tcx.c | 237 sc->sc_8bit = node_has_property(node, "tcx-8-bit"); in tcxattach()
|