Searched refs:fdt_node_property_int (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/sys/arch/armv7/stand/efiboot/ |
| H A D | fdt.h | 60 int fdt_node_property_int(void *, char *, int *);
|
| H A D | efiboot.c | 449 if (fdt_node_property_int(node, "#address-cells", &acells) != 1) in efi_framebuffer() 451 if (fdt_node_property_int(node, "#size-cells", &scells) != 1) in efi_framebuffer()
|
| H A D | fdt.c | 432 fdt_node_property_int(void *node, char *name, int *out) in fdt_node_property_int() function
|
| /openbsd-src/sys/arch/arm64/stand/efiboot/ |
| H A D | fdt.h | 60 int fdt_node_property_int(void *, char *, int *);
|
| H A D | efiboot.c | 481 if (fdt_node_property_int(node, "#address-cells", &acells) != 1) in efi_framebuffer() 483 if (fdt_node_property_int(node, "#size-cells", &scells) != 1) in efi_framebuffer() 562 if (fdt_node_property_int(node, "#address-cells", &pacells) != 1) in efi_dma_constraint() 564 if (fdt_node_property_int(node, "#size-cells", &pscells) != 1) in efi_dma_constraint() 571 if (fdt_node_property_int(node, "#address-cells", &acells) != 1) in efi_dma_constraint() 573 if (fdt_node_property_int(node, "#size-cells", &scells) != 1) in efi_dma_constraint()
|
| H A D | fdt.c | 432 fdt_node_property_int(void *node, char *name, int *out) in fdt_node_property_int() function
|
| /openbsd-src/sys/arch/riscv64/stand/efiboot/ |
| H A D | fdt.h | 60 int fdt_node_property_int(void *, char *, int *);
|
| H A D | efiboot.c | 428 if (fdt_node_property_int(node, "#address-cells", &acells) != 1) in efi_framebuffer() 430 if (fdt_node_property_int(node, "#size-cells", &scells) != 1) in efi_framebuffer()
|
| H A D | fdt.c | 432 fdt_node_property_int(void *node, char *name, int *out) in fdt_node_property_int() function
|
| /openbsd-src/sys/dev/ofw/ |
| H A D | fdt.c | 36 int fdt_node_property_int(void *, char *, int *); 441 fdt_node_property_int(void *node, char *name, int *out) in fdt_node_property_int() function 613 fdt_node_property_int(node, "#address-cells", ac); in fdt_get_cells() 614 fdt_node_property_int(node, "#size-cells", sc); in fdt_get_cells()
|