Home
last modified time | relevance | path

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

12345678

/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/mm/
Dpage.c92 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu()
211 static void __cpuinit build_clear_store(u32 **buf, int off) in build_clear_store()
220 static inline void __cpuinit build_clear_pref(u32 **buf, int off) in build_clear_pref()
254 int off; in build_clear_page() local
340 static void __cpuinit build_copy_load(u32 **buf, int reg, int off) in build_copy_load()
349 static void __cpuinit build_copy_store(u32 **buf, int reg, int off) in build_copy_store()
358 static inline void build_copy_load_pref(u32 **buf, int off) in build_copy_load_pref()
367 static inline void build_copy_store_pref(u32 **buf, int off) in build_copy_store_pref()
396 int off; in build_copy_page() local
/arch/ia64/kernel/
Dentry.h27 #define PT_REGS_SAVES(off) \ argument
36 #define PT_REGS_UNWIND_INFO(off) \ argument
41 #define SWITCH_STACK_SAVES(off) \ argument
Dsys_ia64.c159 sys_mmap (unsigned long addr, unsigned long len, int prot, int flags, int fd, long off) in sys_mmap()
196 sys_pciconfig_read (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_read()
203 sys_pciconfig_write (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_write()
/arch/mips/alchemy/common/
Dgpiolib.c120 static int alchemy_gpic_get(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_get()
125 static void alchemy_gpic_set(struct gpio_chip *chip, unsigned int off, int v) in alchemy_gpic_set()
130 static int alchemy_gpic_dir_input(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_dir_input()
135 static int alchemy_gpic_dir_output(struct gpio_chip *chip, unsigned int off, in alchemy_gpic_dir_output()
141 static int alchemy_gpic_gpio_to_irq(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_gpio_to_irq()
/arch/powerpc/boot/
Daddnote.c60 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument
61 #define GET_32BE(off) ((GET_16BE(off) << 16) + GET_16BE((off)+2)) argument
63 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \ argument
65 #define PUT_32BE(off, v) (PUT_16BE((off), (v) >> 16), \ argument
/arch/m68k/include/asm/
Dfb.h12 unsigned long off) in fb_pgprotect()
18 unsigned long off) in fb_pgprotect()
Dblinken.h22 static __inline__ void blinken_leds(int on, int off) in blinken_leds()
/arch/sparc/include/asm/
Djsflash.h24 __u64 off; /* 0x20000000 is included */ member
35 __u64 off; member
/arch/mips/include/asm/
Duasm.h148 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
149 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument
160 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
161 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
164 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument
165 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) argument
176 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument
177 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument
181 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument
182 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
[all …]
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/powerpc/platforms/powernv/
Dopal-nvram.c31 int off; in opal_nvram_read() local
48 int off; in opal_nvram_write() local
/arch/arm/mach-ebsa110/
Dio.c350 u32 off; in outsb() local
365 u32 off; in insb() local
383 u32 off; in outsw() local
398 u32 off; in insw() local
420 u32 off = port << 1; in outsl() local
430 u32 off = port << 1; in insl() local
/arch/xtensa/variants/s6000/
Dgpio.c36 static int direction_input(struct gpio_chip *chip, unsigned int off) in direction_input()
42 static int get(struct gpio_chip *chip, unsigned int off) in get()
47 static int direction_output(struct gpio_chip *chip, unsigned int off, int val) in direction_output()
55 static void set(struct gpio_chip *chip, unsigned int off, int val) in set()
/arch/sh/kernel/cpu/
Dadc.c14 int off; in adc_single() local
/arch/x86/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/sparc/kernel/
Djump_label.c20 s32 off = (s32)entry->target - (s32)entry->code; in arch_jump_label_transform() local
/arch/unicore32/kernel/
Dptrace.c63 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, in ptrace_read_user()
78 static int ptrace_write_user(struct task_struct *tsk, unsigned long off, in ptrace_write_user()
/arch/sh/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/powerpc/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/avr32/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/parisc/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/arm/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/ia64/include/asm/
Dfb.h10 unsigned long off) in fb_pgprotect()
/arch/m32r/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()

12345678