Home
last modified time | relevance | path

Searched refs:node_has_property (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dcpu.c1400 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 Diommu.c205 : node_has_property(node, "cache-coherence?"); in iommu_attach()
/netbsd-src/sys/arch/sparc/include/
H A Dpromlib.h161 #define node_has_property(node,prop) prom_node_has_property(node,prop) macro
/netbsd-src/sys/arch/sparc/dev/
H A Dsbus.c467 !node_has_property(node, "device_type") || in sbus_setup_attach_args()
/netbsd-src/sys/arch/sparc64/dev/
H A Dsbus.c324 !node_has_property(node, "device_type") || in sbus_setup_attach_args()
/netbsd-src/sys/dev/sbus/
H A Dtcx.c237 sc->sc_8bit = node_has_property(node, "tcx-8-bit"); in tcxattach()