Searched refs:fdt_getprop (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/dtc/libfdt/
H A Dfdt_ro.c317 const void *fdt_getprop(const void *fdt, int nodeoffset, function
330 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
332 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
477 * property of a node in fdt_getprop(), then if that didn't
484 val = fdt_getprop(fdt, offset, propname, &len);
541 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
H A Dlibfdt.h531 * Identical to fdt_getprop(), but only examine the first namelen
538 * fdt_getprop - retrieve the value of a given property
544 * fdt_getprop() retrieves a pointer to the value of the property
564 const void *fdt_getprop(const void *fdt, int nodeoffset,
569 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp);
/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt_ro.c317 const void *fdt_getprop(const void *fdt, int nodeoffset, function
330 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
332 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
477 * property of a node in fdt_getprop(), then if that didn't
484 val = fdt_getprop(fdt, offset, propname, &len);
542 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
H A Dlibfdt.h509 * Identical to fdt_getprop(), but only examine the first namelen
516 * fdt_getprop - retrieve the value of a given property
522 * fdt_getprop() retrieves a pointer to the value of the property
542 const void *fdt_getprop(const void *fdt, int nodeoffset,
547 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp);
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c115 pip_path = fdt_getprop(fdt_addr, aliases, "pip", NULL);
165 mix_path = fdt_getprop(fdt_addr, aliases, name_buffer, NULL);
242 phy_handle = (uint32_t *) fdt_getprop(fdt_addr, eth, "phy-handle", NULL);
257 phy_comaptible_str = (const char *) fdt_getprop(fdt_addr, phy,
291 uint32_t *mdio_reg_base = (uint32_t *) fdt_getprop(fdt_addr, phy_parent,"reg",0);
313 phy_addr_ptr = (uint32_t *) fdt_getprop(fdt_addr, phy, "reg", NULL);
1545 nodep = fdt_getprop(fdt_addr, nodeoffset, "refclk-type", &len);
1550 nodep = fdt_getprop(fdt_addr, nodeoffset, "refclk-frequency", &len);
/freebsd-10.2-release/contrib/dtc/
H A Dfdtget.c223 value = fdt_getprop(blob, node, property, &len);
/freebsd-10.2-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c497 addr_cellsp = (uint32_t *)fdt_getprop(fdtp, root, "#address-cells",
499 size_cellsp = (uint32_t *)fdt_getprop(fdtp, root, "#size-cells", NULL);
518 (fdt_getprop(fdtp, root, "memreserve", NULL) == NULL)) {
675 if (fdt_getprop(fdtp, chosen, "fixup-applied", NULL))
/freebsd-10.2-release/sys/dev/ofw/
H A Dofw_fdt.c259 prop = fdt_getprop(fdtp, offset, propname, &len);

Completed in 151 milliseconds