Home | History | Annotate | Download | only in common

Lines Matching refs:fdt_pack_reg

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,
465 len = fdt_pack_reg(blob, tmp, start, size, banks);