Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 177) sorted by relevance

12345678

/arch/powerpc/boot/
Daddnote.c68 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument
69 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument
70 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \ argument
72 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument
74 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) argument
75 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument
78 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument
79 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U)) argument
80 #define GET_64LE(off) ((unsigned long long)GET_32LE(off) + \ argument
82 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ argument
[all …]
/arch/arm/plat-samsung/include/plat/
Dgpio-cfg-helpers.h28 unsigned int off, unsigned int config) in samsung_gpio_do_setcfg()
34 unsigned int off) in samsung_gpio_do_getcfg()
40 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_do_setpull()
46 unsigned int off) in samsung_gpio_do_getpull()
/arch/mips/include/asm/
Dmips-gic.h34 #define GIC_ACCESSOR_RO(sz, off, name) \ argument
38 #define GIC_ACCESSOR_RW(sz, off, name) \ argument
42 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument
47 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument
52 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
65 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
76 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
83 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
90 #define GIC_ACCESSOR_RO_INTR_BIT(off, name) \ argument
113 #define GIC_ACCESSOR_RW_INTR_BIT(off, name) \ argument
[all …]
Dmips-cps.h20 #define CPS_ACCESSOR_A(unit, off, name) \ argument
94 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument
98 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument
102 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
Dmips-cpc.h68 #define CPC_ACCESSOR_RO(sz, off, name) \ argument
72 #define CPC_ACCESSOR_RW(sz, off, name) \ argument
76 #define CPC_CX_ACCESSOR_RO(sz, off, name) \ argument
80 #define CPC_CX_ACCESSOR_RW(sz, off, name) \ argument
Duasm.h204 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
205 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
210 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
216 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument
220 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument
221 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument
226 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument
232 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) argument
235 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument
236 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
[all …]
/arch/powerpc/crypto/
Daes-spe-modes.S18 #define LOAD_DATA(reg, off) \ argument
20 #define SAVE_DATA(reg, off) \ argument
25 #define LOAD_IV(reg, off) \ argument
27 #define SAVE_IV(reg, off) \ argument
35 #define LOAD_DATA(reg, off) \ argument
38 #define SAVE_DATA(reg, off) \ argument
42 #define LOAD_IV(reg, off) \ argument
45 #define SAVE_IV(reg, off) \ argument
Daes-spe-core.S27 #define LWH(out, off) \ argument
30 #define LWL(out, off) \ argument
33 #define LBZ(out, tab, off) \ argument
36 #define LAH(out, in, bpos, off) \ argument
40 #define LAL(out, in, bpos, off) \ argument
Dsha256-spe-asm.S95 #define LOAD_DATA(reg, off) \ argument
100 #define LOAD_DATA(reg, off) \ argument
106 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
Daes-spe-keys.S16 #define LOAD_KEY(d, s, off) \ argument
19 #define LOAD_KEY(d, s, off) \ argument
/arch/ia64/kernel/
Dentry.h28 #define PT_REGS_SAVES(off) \ argument
37 #define PT_REGS_UNWIND_INFO(off) \ argument
42 #define SWITCH_STACK_SAVES(off) \ argument
/arch/mips/mm/
Dpage.c105 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu()
233 static void build_clear_store(u32 **buf, int off) in build_clear_store()
242 static inline void build_clear_pref(u32 **buf, int off) in build_clear_pref()
276 int off; in build_clear_page() local
367 static void build_copy_load(u32 **buf, int reg, int off) in build_copy_load()
376 static void build_copy_store(u32 **buf, int reg, int off) in build_copy_store()
385 static inline void build_copy_load_pref(u32 **buf, int off) in build_copy_load_pref()
394 static inline void build_copy_store_pref(u32 **buf, int off) in build_copy_store_pref()
423 int off; in build_copy_page() local
/arch/arm/include/asm/
Dpercpu.h24 static inline void set_my_cpu_offset(unsigned long off) in set_my_cpu_offset()
32 unsigned long off; in __my_cpu_offset() local
/arch/mips/alchemy/common/
Dgpiolib.c119 static int alchemy_gpic_get(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_get()
124 static void alchemy_gpic_set(struct gpio_chip *chip, unsigned int off, int v) in alchemy_gpic_set()
129 static int alchemy_gpic_dir_input(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_dir_input()
134 static int alchemy_gpic_dir_output(struct gpio_chip *chip, unsigned int off, in alchemy_gpic_dir_output()
140 static int alchemy_gpic_gpio_to_irq(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_gpio_to_irq()
/arch/arc/lib/
Dmemset-archs.S23 .macro PREALLOC_INSTR reg, off
27 .macro PREFETCHW_INSTR reg, off
/arch/m68k/include/asm/
Dfb.h13 unsigned long off) in fb_pgprotect()
19 unsigned long off) in fb_pgprotect()
Dblinken.h22 static __inline__ void blinken_leds(int on, int off) in blinken_leds()
/arch/arm/plat-samsung/
Dgpio-samsung.c45 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_setpull_updown()
60 unsigned int off) in samsung_gpio_getpull_updown()
73 unsigned int off, samsung_gpio_pull_t pull) in s3c2443_gpio_setpull()
90 unsigned int off) in s3c2443_gpio_getpull()
113 unsigned int off, samsung_gpio_pull_t pull, in s3c24xx_gpio_setpull_1()
131 unsigned int off, in s3c24xx_gpio_getpull_1()
142 unsigned int off) in s3c24xx_gpio_getpull_1up()
148 unsigned int off, samsung_gpio_pull_t pull) in s3c24xx_gpio_setpull_1up()
154 unsigned int off) in s3c24xx_gpio_getpull_1down()
160 unsigned int off, samsung_gpio_pull_t pull) in s3c24xx_gpio_setpull_1down()
[all …]
/arch/sparc/include/uapi/asm/
Djsflash.h25 __u64 off; /* 0x20000000 is included */ member
36 __u64 off; member
/arch/arm/mach-ebsa110/
Dio.c351 u32 off; in outsb() local
366 u32 off; in insb() local
384 u32 off; in outsw() local
399 u32 off; in insw() local
421 u32 off = port << 1; in outsl() local
431 u32 off = port << 1; in insl() local
/arch/powerpc/platforms/powernv/
Dopal-nvram.c33 int off; in opal_nvram_read() local
54 int off; in opal_nvram_write() local
/arch/mips/bcm47xx/
Dprom.c59 unsigned long off; in prom_init_mem() local
139 unsigned long off = (unsigned long)prom_init; in bcm47xx_prom_highmem_init() local
/arch/sh/kernel/cpu/
Dadc.c15 int off; in adc_single() local
/arch/x86/include/asm/
Dfb.h10 unsigned long off) in fb_pgprotect()
/arch/unicore32/kernel/
Dptrace.c64 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, in ptrace_read_user()
79 static int ptrace_write_user(struct task_struct *tsk, unsigned long off, in ptrace_write_user()

12345678