OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdt_property_u32
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
sw_states.c
78
CHECK_OK(
fdt_property_u32
(fdt, "prop-int", TEST_VALUE_1));
81
CHECK_OK(
fdt_property_u32
(fdt, "#address-cells", 1));
82
CHECK_OK(
fdt_property_u32
(fdt, "#size-cells", 0));
86
CHECK_OK(
fdt_property_u32
(fdt, "reg", 1));
98
CHECK_OK(
fdt_property_u32
(fdt, "reg", 2));
101
CHECK_OK(
fdt_property_u32
(fdt, "#address-cells", 1));
102
CHECK_OK(
fdt_property_u32
(fdt, "#size-cells", 0));
104
CHECK_OK(
fdt_property_u32
(fdt, "reg", 0));
sw_tree1.c
177
CHECK(
fdt_property_u32
(fdt, "prop-int", TEST_VALUE_1));
180
CHECK(
fdt_property_u32
(fdt, "#address-cells", 1));
181
CHECK(
fdt_property_u32
(fdt, "#size-cells", 0));
185
CHECK(
fdt_property_u32
(fdt, "reg", 1));
199
CHECK(
fdt_property_u32
(fdt, "reg", 2));
202
CHECK(
fdt_property_u32
(fdt, "#address-cells", 1));
203
CHECK(
fdt_property_u32
(fdt, "#size-cells", 0));
205
CHECK(
fdt_property_u32
(fdt, "reg", 0));
/src/sys/external/bsd/libfdt/dist/
libfdt.h
1437
static inline int
fdt_property_u32
(void *fdt, const char *name, uint32_t val)
function
1451
return
fdt_property_u32
(fdt, name, val);
/src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i
891
while self.check_space(
fdt_property_u32
(self._fdt, name, val)):
Completed in 17 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026