OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_to_fdt32
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/libfdt/dist/
fdt_sw.c
225
nh->tag =
cpu_to_fdt32
(FDT_BEGIN_NODE);
240
*en =
cpu_to_fdt32
(FDT_END_NODE);
312
prop->tag =
cpu_to_fdt32
(FDT_PROP);
313
prop->nameoff =
cpu_to_fdt32
(nameoff);
314
prop->len =
cpu_to_fdt32
(len);
345
*end =
cpu_to_fdt32
(FDT_END);
363
prop->nameoff =
cpu_to_fdt32
(nameoff);
fdt_wip.c
58
*p =
cpu_to_fdt32
(FDT_NOP);
fdt_rw.c
186
(*prop)->len =
cpu_to_fdt32
(len);
216
(*prop)->tag =
cpu_to_fdt32
(FDT_PROP);
217
(*prop)->nameoff =
cpu_to_fdt32
(namestroff);
218
(*prop)->len =
cpu_to_fdt32
(len);
294
prop->len =
cpu_to_fdt32
(newlen);
352
nh->tag =
cpu_to_fdt32
(FDT_BEGIN_NODE);
356
*endtag =
cpu_to_fdt32
(FDT_END_NODE);
libfdt_env.h
39
#define
CPU_TO_FDT32
(x) ((EXTRACT_BYTE(x, 0) << 24) | (EXTRACT_BYTE(x, 1) << 16) | \
57
return (FDT_FORCE uint32_t)
CPU_TO_FDT32
(x);
59
static inline fdt32_t
cpu_to_fdt32
(uint32_t x)
function in typeref:typename:fdt32_t
61
return (FDT_FORCE fdt32_t)
CPU_TO_FDT32
(x);
73
#undef
CPU_TO_FDT32
libfdt.h
253
fdth->name =
cpu_to_fdt32
(val); \
1289
fdt32_t tmp =
cpu_to_fdt32
(val);
1439
fdt32_t tmp =
cpu_to_fdt32
(val);
1650
fdt32_t tmp =
cpu_to_fdt32
(val);
1822
fdt32_t tmp =
cpu_to_fdt32
(val);
fdt_overlay.c
269
adj_val =
cpu_to_fdt32
(fdt32_to_cpu(adj_val) + delta);
403
phandle_prop =
cpu_to_fdt32
(phandle);
/src/sys/arch/arm/nxp/
imx6_platform.c
223
intval[0] =
cpu_to_fdt32
(1);
224
intval[1] =
cpu_to_fdt32
(13);
225
intval[2] =
cpu_to_fdt32
(0xf01);
242
clkval[0] =
cpu_to_fdt32
(val32);
243
clkval[1] =
cpu_to_fdt32
(30); /* IMX6SXCLK_TWD */
Completed in 17 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025