/arch/arm/plat-samsung/include/plat/ |
D | gpio-cfg-helpers.h | 28 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/arm/mach-clps711x/include/mach/ |
D | hardware.h | 33 #define clps_readb(off) readb(CLPS711X_VIRT_BASE + (off)) argument 34 #define clps_readw(off) readw(CLPS711X_VIRT_BASE + (off)) argument 35 #define clps_readl(off) readl(CLPS711X_VIRT_BASE + (off)) argument 36 #define clps_writeb(val,off) writeb(val, CLPS711X_VIRT_BASE + (off)) argument 37 #define clps_writew(val,off) writew(val, CLPS711X_VIRT_BASE + (off)) argument 38 #define clps_writel(val,off) writel(val, CLPS711X_VIRT_BASE + (off)) argument
|
/arch/mips/mm/ |
D | page.c | 92 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) 206 static void __cpuinit build_clear_store(u32 **buf, int off) 215 static inline void __cpuinit build_clear_pref(u32 **buf, int off) 249 int off; local 340 static void __cpuinit build_copy_load(u32 **buf, int reg, int off) 349 static void __cpuinit build_copy_store(u32 **buf, int reg, int off) 358 static inline void build_copy_load_pref(u32 **buf, int off) 367 static inline void build_copy_store_pref(u32 **buf, int off) 396 int off; local
|
D | uasm-micromips.c | 44 #define MM_uasm_i_b(buf, off) ISAOPC(_beq)(buf, 0, 0, off) argument 45 #define MM_uasm_i_beqz(buf, rs, off) ISAOPC(_beq)(buf, rs, 0, off) argument 46 #define MM_uasm_i_beqzl(buf, rs, off) ISAOPC(_beql)(buf, rs, 0, off) argument 47 #define MM_uasm_i_bnez(buf, rs, off) ISAOPC(_bne)(buf, rs, 0, off) argument
|
D | uasm-mips.c | 52 #define CL_uasm_i_b(buf, off) ISAOPC(_beq)(buf, 0, 0, off) argument 53 #define CL_uasm_i_beqz(buf, rs, off) ISAOPC(_beq)(buf, rs, 0, off) argument 54 #define CL_uasm_i_beqzl(buf, rs, off) ISAOPC(_beql)(buf, rs, 0, off) argument 55 #define CL_uasm_i_bnez(buf, rs, off) ISAOPC(_bne)(buf, rs, 0, off) argument
|
/arch/ia64/kernel/ |
D | entry.h | 27 #define PT_REGS_SAVES(off) \ argument 36 #define PT_REGS_UNWIND_INFO(off) \ argument 41 #define SWITCH_STACK_SAVES(off) \ argument
|
D | sys_ia64.c | 146 sys_mmap (unsigned long addr, unsigned long len, int prot, int flags, int fd, long off) in sys_mmap() 170 sys_pciconfig_read (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_read() 177 sys_pciconfig_write (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_write()
|
/arch/arm/include/asm/ |
D | percpu.h | 24 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/arm64/include/asm/ |
D | percpu.h | 21 static inline void set_my_cpu_offset(unsigned long off) in set_my_cpu_offset() 28 unsigned long off; in __my_cpu_offset() local
|
/arch/mips/alchemy/common/ |
D | gpiolib.c | 120 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/ |
D | addnote.c | 60 #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/ |
D | fb.h | 12 unsigned long off) in fb_pgprotect() 18 unsigned long off) in fb_pgprotect()
|
D | blinken.h | 22 static __inline__ void blinken_leds(int on, int off) in blinken_leds()
|
/arch/sparc/include/uapi/asm/ |
D | jsflash.h | 24 __u64 off; /* 0x20000000 is included */ member 35 __u64 off; member
|
/arch/powerpc/platforms/powernv/ |
D | opal-nvram.c | 31 int off; in opal_nvram_read() local 48 int off; in opal_nvram_write() local
|
/arch/mips/include/asm/ |
D | uasm.h | 186 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument 187 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 192 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument 198 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument 202 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument 203 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument 208 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument 214 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) argument 217 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument 218 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument [all …]
|
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/arch/arm/mach-ebsa110/ |
D | io.c | 350 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/ |
D | gpio.c | 36 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/ |
D | adc.c | 14 int off; in adc_single() local
|
/arch/x86/include/asm/ |
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/arch/sparc/kernel/ |
D | jump_label.c | 20 s32 off = (s32)entry->target - (s32)entry->code; in arch_jump_label_transform() local
|
/arch/unicore32/kernel/ |
D | ptrace.c | 63 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/powerpc/platforms/maple/ |
D | pci.c | 85 static unsigned long u3_agp_cfa0(u8 devfn, u8 off) in u3_agp_cfa0() 92 static unsigned long u3_agp_cfa1(u8 bus, u8 devfn, u8 off) in u3_agp_cfa1() 189 static unsigned long u3_ht_cfa0(u8 devfn, u8 off) in u3_ht_cfa0() 194 static unsigned long u3_ht_cfa1(u8 bus, u8 devfn, u8 off) in u3_ht_cfa1() 339 static unsigned int u4_pcie_cfa0(unsigned int devfn, unsigned int off) in u4_pcie_cfa0() 348 unsigned int off) in u4_pcie_cfa1()
|
/arch/powerpc/include/asm/ |
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|