Searched defs:off (Results 1 - 25 of 135) sorted by relevance

123456

/u-boot/include/
H A Dpower-domain-uclass.h78 int (*off)(struct power_domain *power_domain); member in struct:power_domain_ops
/u-boot/arch/arm/mach-at91/
H A Dspl.c35 u32 off = (bootrom_stash.r4 >> ATMEL_SAMA5_BOOT_DEV_ID_OFF) & local
/u-boot/drivers/pci/
H A Dpcie_fsl_fixup.c21 int off; local
H A Dpcie_layerscape_gen4_fixup.c184 int off; local
203 int off; local
[all...]
H A Dpcie_layerscape_fixup_common.c47 int off = -1, i; local
[all...]
/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c42 int off; local
/u-boot/arch/arm/mach-nexell/
H A Dnx_sec_reg.c30 u32 off = 0; local
50 u32 off = 0; local
/u-boot/test/image/
H A Dspl_load_nand.c16 uint32_t off = spl_nand_get_uboot_raw_page(); local
/u-boot/test/dm/
H A Dnand.c25 loff_t off = 0; local
[all...]
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c20 int off; local
[all...]
/u-boot/fs/ext4/
H A Ddev.c61 int off = SUPERBLOCK_START % fs->dev_desc->blksz; local
/u-boot/arch/mips/lib/
H A Dreloc.c69 static void apply_reloc(unsigned int type, void *addr, long off, uint8_t *buf) argument
115 long off; local
[all...]
/u-boot/arch/arm/mach-imx/mx6/
H A Dmodule_fuse.c197 int rc, off; local
/u-boot/env/
H A Deeprom.c27 unsigned int off = CONFIG_ENV_OFFSET; local
138 unsigned int off = CONFIG_ENV_OFFSET; local
[all...]
H A Dext4.c143 loff_t off; local
/u-boot/drivers/iommu/
H A Dsandbox_iommu.c24 phys_size_t psize, off; local
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dls1028_ids.c106 int off; local
H A Dicid.c50 int fdt_set_iommu_prop(void *blob, int off, int smmu_ph, u32 *ids, int num_ids) argument
77 int i, err, off; local
/u-boot/boot/
H A Dfdt_simplefb.c20 static int fdt_simplefb_configure_node(void *blob, int off) argument
73 int off, ret; local
98 int off; local
[all...]
/u-boot/cmd/
H A Dlegacy-mtd-utils.c10 static int get_part(const char *partname, int *idx, loff_t *off, loff_t *size, argument
44 int mtd_arg_off(const char *arg, int *idx, loff_t *off, loff_t *size, argument
60 int mtd_arg_off_size(int argc, char *const argv[], int *idx, loff_t *off, argument
[all...]
/u-boot/include/clk/
H A Dsunxi.h31 u16 off; member in struct:ccu_clk_gate
53 u16 off; member in struct:ccu_reset
/u-boot/drivers/spmi/
H A Dspmi-sandbox.c44 static bool check_address_valid(int usid, int pid, int off) argument
55 static int sandbox_spmi_write(struct udevice *dev, int usid, int pid, int off, argument
82 static int sandbox_spmi_read(struct udevice *dev, int usid, int pid, int off) argument
[all...]
/u-boot/drivers/clk/at91/
H A Dpmc.c42 void pmc_read(void __iomem *base, unsigned int off, unsigned int *val) argument
56 void pmc_write(void __iomem *base, unsigned int off, unsigned int val) argument
71 pmc_update_bits(void __iomem *base, unsigned int off, unsigned int mask, unsigned int bits) argument
[all...]
/u-boot/board/data_modul/common/
H A Dcommon.c182 int off, ret; local
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c80 int off; local
[all...]

Completed in 114 milliseconds

123456