Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/mx7ulp_evk/
H A DMakefile10 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c194 int avail_lebs, avail, gap; in avail_orphs() local
199 gap = c->leb_size - c->ohead_offs; in avail_orphs()
200 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs()
201 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs()
267 int gap, err, len, cnt, i; in write_orph_node() local
270 gap = c->leb_size - c->ohead_offs; in write_orph_node()
271 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node()
274 gap = c->leb_size; in write_orph_node()
284 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()
/rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/
H A Dsoc.txt5 name, this property fills the gap.
/rk3399_rockchip-uboot/arch/arm/mach-keystone/
H A Dconfig.mk24 --gap-fill=0
/rk3399_rockchip-uboot/doc/
H A DREADME.mxc_hab48 objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 \
93 objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 \
96 objcopy -I binary -O binary --pad-to <blob_dst> --gap-fill=0x00 \
/rk3399_rockchip-uboot/cmd/
H A Dfdc.c130 unsigned char gap; /* gap1 size */ member
275 pCMD->cmd[GAP]=pFG->gap; /* gap */ in fdc_issue_cmd()
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A DMakefile57 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
/rk3399_rockchip-uboot/disk/
H A DKconfig106 hole into a device" to create a gap for an SPL, its payload
/rk3399_rockchip-uboot/
H A DMakefile841 cmd_objcopy = $(OBJCOPY) --gap-fill=0xff $(OBJCOPYFLAGS) \
1145 --gap-fill=0xff
1244 --gap-fill=0xff
1256 --pad-to=$(CONFIG_UBOOT_PAD_TO) --gap-fill=0xff
/rk3399_rockchip-uboot/env/
H A DKconfig100 environment in one of the last sectors, leaving a gap
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.tab.c_shipped405 /* The size of the maximum gap between one aligned stack and the next. */
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped392 /* The size of the maximum gap between one aligned stack and the next. */