Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ofw/
Dofw_misc.c1049 id->id_phandle = OF_getpropint(id->id_node, "phandle", 0); in iommu_device_register()
1050 if (id->id_phandle == 0) in iommu_device_register()
1065 if (id->id_phandle == phandle) in iommu_device_do_map()
1203 if (id->id_phandle == phandle) { in iommu_device_do_reserve()
Dofw_misc.h277 uint32_t id_phandle; member