Home
last modified time | relevance | path

Searched refs:off (Results 1 – 16 of 16) sorted by relevance

/include/clk/
A Dsunxi.h31 u16 off; member
37 .off = _off, \
53 u16 off; member
59 .off = _off, \
/include/linux/
A Dcompiler-intel.h19 #define RELOC_HIDE(ptr, off) \ argument
22 (typeof(ptr)) (__ptr + (off)); })
A Dcompiler.h163 # define RELOC_HIDE(ptr, off) \ argument
166 (typeof(ptr)) (__ptr + (off)); })
304 static inline void *offset_to_ptr(const int *off) in offset_to_ptr() argument
306 return (void *)((unsigned long)off + *off); in offset_to_ptr()
A Dcompiler-gcc.h54 #define RELOC_HIDE(ptr, off) \ argument
58 (typeof(ptr)) (__ptr + (off)); \
/include/env/pg-wcom/
A Dpowerpc.env8 update=protect off BOOTFLASH_START +${filesize} &&
13 newenv=prot off CONFIG_ENV_ADDR +0x40000 &&
A Dls102xa.env12 newenv=protect off CONFIG_ENV_ADDR_REDUND +0x40000 &&
18 update=protect off CONFIG_SYS_MONITOR_BASE +${filesize} &&
23 update-nor=protect off CONFIG_SYS_FLASH_BASE +${filesize} &&
A Dcommon.env19 …nv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off:
/include/
A Dpower-domain-uclass.h78 int (*off)(struct power_domain *power_domain); member
A Dnand.h50 static inline int nand_erase(struct mtd_info *info, loff_t off, size_t size) in nand_erase() argument
55 instr.addr = off; in nand_erase()
A Dconfig_distro_bootcmd.h91 #define BOOTENV_DEV_UBIFS_BOOTUBIOFF(off) #off /* type check, throw error when called with more arg… argument
A Dimximage.h249 uint32_t off);
A Dfdt_support.h31 u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell,
A Dppc_asm.tmpl160 * turned off, i.e. using physical addresses.
A Dec_commands.h1742 } dump, off, on, init, get_seq, get_params_v0, get_params_v1, member
1817 } off, on, init, set_brightness, seq, reg, set_rgb, member
/include/net/pfe_eth/pfe/cbus/
A Dclass_csr.h24 #define CLASS_HDR_SIZE_LMEM(off) ((off) & 0x3f) argument
28 #define CLASS_HDR_SIZE_DDR(off) (((off) & 0x1ff) << 16) argument
/include/env/adi/
A Dadi_boot.env39 …p=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off

Completed in 41 milliseconds