Searched refs:OF_getpropint64array (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/sys/dev/ofw/ |
| H A D | openfirm.h | 57 int OF_getpropint64array(int, char *, uint64_t *, int);
|
| H A D | fdt.c | 1050 OF_getpropint64array(int handle, char *prop, uint64_t *buf, int buflen) in OF_getpropint64array() function
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | apldcp.c | 156 if (OF_getpropint64array(node, "reg", reg, sizeof(reg)) != sizeof(reg)) in apple_rtkit_logmap()
|
| H A D | apldrm.c | 331 if (OF_getpropint64array(node, "reg", reg, in apldrm_attachhook()
|
| /openbsd-src/sys/arch/powerpc64/dev/ |
| H A D | opal.c | 361 if (OF_getpropint64array(node, prop, states, slen) == slen) { in opal_configure_idle_states()
|
| /openbsd-src/sys/arch/arm64/dev/ |
| H A D | apldart.c | 384 if (OF_getpropint64array(sc->sc_node, "apple,dma-range", in apldart_attach()
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_linux.c | 3709 len = OF_getpropint64array((uintptr_t)np, (char *)propname, out_values, in __of_property_read_variable_u64_array() 3785 len = OF_getpropint64array((uintptr_t)np, "reg", reg, sizeof(reg)); in of_address_to_resource()
|