MOS Source Code
|
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <mos_stdlib.h>
#include <mos_string.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | FDT_FORCE |
#define | FDT_BITWISE |
#define | EXTRACT_BYTE(x, n) |
#define | CPU_TO_FDT16(x) |
#define | CPU_TO_FDT32(x) |
#define | CPU_TO_FDT64(x) |
Typedefs | |
typedef uint16_t | fdt16_t |
typedef uint32_t | fdt32_t |
typedef uint64_t | fdt64_t |
Functions | |
static uint16_t | fdt16_to_cpu (fdt16_t x) |
static fdt16_t | cpu_to_fdt16 (uint16_t x) |
static uint32_t | fdt32_to_cpu (fdt32_t x) |
static fdt32_t | cpu_to_fdt32 (uint32_t x) |
static uint64_t | fdt64_to_cpu (fdt64_t x) |
static fdt64_t | cpu_to_fdt64 (uint64_t x) |
#define FDT_FORCE |
Definition at line 21 of file libfdt_env.h.
Referenced by cpu_to_fdt16(), cpu_to_fdt32(), cpu_to_fdt64(), fdt16_to_cpu(), fdt32_to_cpu(), and fdt64_to_cpu().
#define FDT_BITWISE |
Definition at line 22 of file libfdt_env.h.
#define EXTRACT_BYTE | ( | x, | |
n ) |
Definition at line 29 of file libfdt_env.h.
#define CPU_TO_FDT16 | ( | x | ) |
Definition at line 30 of file libfdt_env.h.
Referenced by cpu_to_fdt16(), and fdt16_to_cpu().
#define CPU_TO_FDT32 | ( | x | ) |
Definition at line 31 of file libfdt_env.h.
Referenced by cpu_to_fdt32(), and fdt32_to_cpu().
#define CPU_TO_FDT64 | ( | x | ) |
Definition at line 33 of file libfdt_env.h.
Referenced by cpu_to_fdt64(), and fdt64_to_cpu().
Definition at line 25 of file libfdt_env.h.
Definition at line 26 of file libfdt_env.h.
Definition at line 27 of file libfdt_env.h.
Definition at line 38 of file libfdt_env.h.
Definition at line 42 of file libfdt_env.h.
Definition at line 47 of file libfdt_env.h.
Referenced by fdt32_ld_(), fdt_cells(), fdt_finish(), fdt_next_tag(), dt_property::get_u32(), overlay_get_target_phandle(), overlay_phandle_add_offset(), and overlay_update_local_node_references().
Definition at line 51 of file libfdt_env.h.
Referenced by fdt_add_property_(), fdt_add_subnode_namelen(), fdt_appendprop(), fdt_appendprop_u32(), fdt_begin_node(), fdt_end_node(), fdt_finish(), fdt_nop_region_(), fdt_property_placeholder(), fdt_property_u32(), fdt_resize_property_(), fdt_setprop_inplace_u32(), fdt_setprop_u32(), overlay_fixup_one_phandle(), and overlay_update_local_node_references().
Definition at line 56 of file libfdt_env.h.
Referenced by fdt64_ld_(), and dt_property::get_u64().
Definition at line 60 of file libfdt_env.h.
Referenced by fdt_add_mem_rsv(), fdt_add_reservemap_entry(), fdt_appendprop_u64(), fdt_property_u64(), fdt_setprop_inplace_u64(), and fdt_setprop_u64().