HomeSort by relevance Sort by last modified time
    Searched refs:fdt_pack_reg (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/mach-omap2/
fdt-common.c 48 * fdt_pack_reg - pack address and size array into the "reg"-suitable stream
50 static int fdt_pack_reg(const void *fdt, void *buf, u64 address, u64 size) function
118 len = fdt_pack_reg(fdt, temp, sec_mem_start, sec_mem_size);
  /external/u-boot/common/
fdt_support.c 385 * fdt_pack_reg - pack address and size array into the "reg"-suitable stream
387 static int fdt_pack_reg(const void *fdt, void *buf, u64 *address, u64 *size, function
465 len = fdt_pack_reg(blob, tmp, start, size, banks);
    [all...]

Completed in 463 milliseconds