Searched refs:off (Results 1 – 16 of 16) sorted by relevance
| /include/clk/ |
| A D | sunxi.h | 31 u16 off; member 37 .off = _off, \ 53 u16 off; member 59 .off = _off, \
|
| /include/linux/ |
| A D | compiler-intel.h | 19 #define RELOC_HIDE(ptr, off) \ argument 22 (typeof(ptr)) (__ptr + (off)); })
|
| A D | compiler.h | 163 # 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 D | compiler-gcc.h | 54 #define RELOC_HIDE(ptr, off) \ argument 58 (typeof(ptr)) (__ptr + (off)); \
|
| /include/env/pg-wcom/ |
| A D | powerpc.env | 8 update=protect off BOOTFLASH_START +${filesize} && 13 newenv=prot off CONFIG_ENV_ADDR +0x40000 &&
|
| A D | ls102xa.env | 12 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 D | common.env | 19 …nv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off:
|
| /include/ |
| A D | power-domain-uclass.h | 78 int (*off)(struct power_domain *power_domain); member
|
| A D | nand.h | 50 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 D | config_distro_bootcmd.h | 91 #define BOOTENV_DEV_UBIFS_BOOTUBIOFF(off) #off /* type check, throw error when called with more arg… argument
|
| A D | imximage.h | 249 uint32_t off);
|
| A D | fdt_support.h | 31 u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell,
|
| A D | ppc_asm.tmpl | 160 * turned off, i.e. using physical addresses.
|
| A D | ec_commands.h | 1742 } 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 D | class_csr.h | 24 #define CLASS_HDR_SIZE_LMEM(off) ((off) & 0x3f) argument 28 #define CLASS_HDR_SIZE_DDR(off) (((off) & 0x1ff) << 16) argument
|
| /include/env/adi/ |
| A D | adi_boot.env | 39 …p=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off
|
Completed in 41 milliseconds