OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fdt_addr_r
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/fdt/
fdt_machdep.c
126
const uint8_t *
fdt_addr_r
__attribute__((__section__(".data")));
variable in typeref:typename:const uint8_t *
265
int error = fdt_check_header(
fdt_addr_r
);
270
if (fdt_totalsize(
fdt_addr_r
) > sizeof(fdt_data))
271
(void)fdt_pack(__UNCONST(
fdt_addr_r
));
273
error = fdt_open_into(
fdt_addr_r
, fdt_data, sizeof(fdt_data));
285
VPRINTF("FDT<%p>\n",
fdt_addr_r
);
fdt_machdep.c
126
const uint8_t *
fdt_addr_r
__attribute__((__section__(".data")));
variable in typeref:typename:const uint8_t *
265
int error = fdt_check_header(
fdt_addr_r
);
270
if (fdt_totalsize(
fdt_addr_r
) > sizeof(fdt_data))
271
(void)fdt_pack(__UNCONST(
fdt_addr_r
));
273
error = fdt_open_into(
fdt_addr_r
, fdt_data, sizeof(fdt_data));
285
VPRINTF("FDT<%p>\n",
fdt_addr_r
);
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025