Searched refs:registers (Results 126 - 150 of 278) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-shmobile/
H A Dregulator-quirk-rcar-gen2.c30 #include <linux/mfd/da9063/registers.h>
/linux-master/arch/nios2/include/asm/
H A Dentry.h16 #include <asm/registers.h>
66 ldw r1, PT_R1(sp) /* Restore registers */
/linux-master/drivers/gpio/
H A Dgpio-arizona.c19 #include <linux/mfd/arizona/registers.h>
61 /* Resume to read actual registers for input pins */
H A Dgpio-wm8994.c24 #include <linux/mfd/wm8994/registers.h>
/linux-master/drivers/watchdog/
H A Dda9063_wdt.c19 #include <linux/mfd/da9063/registers.h>
H A Dda9062_wdt.c17 #include <linux/mfd/da9062/registers.h>
/linux-master/drivers/regulator/
H A Dwm8994-regulator.c21 #include <linux/mfd/wm8994/registers.h>
/linux-master/arch/arm/mach-omap2/
H A Dsleep33xx.S31 stmfd sp!, {r4 - r11, lr} @ save registers on stack
H A Dsram242x.S31 stmfd sp!, {r0 - r12, lr} @ save registers on stack
136 stmfd sp!, {r0 - r10, lr} @ save registers on stack
H A Dsram243x.S31 stmfd sp!, {r0 - r12, lr} @ save registers on stack
136 stmfd sp!, {r0 - r10, lr} @ save registers on stack
/linux-master/drivers/mfd/
H A Dwcd934x.c9 #include <linux/mfd/wcd934x/registers.h>
/linux-master/arch/hexagon/kernel/
H A Dtraps.c21 #include <asm/registers.h>
355 * and Hexagon ABI passes first 6 arguments in registers.
/linux-master/arch/x86/um/
H A Dptrace_32.c10 #include <registers.h>
H A Dptrace_64.c14 #include <registers.h>
/linux-master/drivers/virtio/
H A Dvirtio_pci_admin_legacy_io.c58 memcpy(data->registers, buf, size);
/linux-master/arch/um/os-Linux/
H A Dstart_up.c25 #include <registers.h>
297 fatal("Failed to initialize default registers");
/linux-master/drivers/irqchip/
H A Dirq-madera.c20 #include <linux/mfd/madera/registers.h>
209 * NOTE: regmap registers this against the OF node of the parent of
/linux-master/drivers/thermal/
H A Dda9062-thermal.c31 #include <linux/mfd/da9062/registers.h>
/linux-master/drivers/pinctrl/
H A Dpinctrl-da9062.c24 #include <linux/mfd/da9062/registers.h>
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmipi-csis.c183 * @regs: mmapped I/O registers memory
428 } registers[] = { local
441 for (i = 0; i < ARRAY_SIZE(registers); i++) {
442 u32 cfg = s5pcsis_read(state, registers[i].offset);
443 v4l2_info(&state->sd, "%10s: 0x%08x\n", registers[i].name, cfg);
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S45 # matrix twice across four AVX registers. It performs matrix operations
237 # matrix four times across eight AVX registers. It performs matrix
542 # the state matrix in AVX registers eight times. As we need some
543 # scratch registers, we save the first four registers on the stack. The
547 # words, which allows us to do XOR in AVX registers. 8/16-bit word
/linux-master/arch/arm/kernel/
H A Dentry-header.S77 @ determine the location of the registers saved by the core during
173 @ Store/load the USER SP and LR registers by switching to the SYS
418 * These are the registers used in the syscall handler, and allow us to
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi_regs.h467 field = &variant->registers[reg];
499 field = &variant->registers[reg];
/linux-master/drivers/soundwire/
H A Dintel_auxdevice.c232 cdns->registers = sdw->link_res->registers;
487 * if we've enabled clock stop, and the parent is suspended, the SHIM registers
/linux-master/arch/m68k/fpsp040/
H A Dround.S131 | only. All registers except d0 are kept intact. d0 becomes an
144 moveml %d2/%d3,-(%a7) |make some temp registers
173 moveml (%a7)+,%d2/%d3 |restore scratch registers
378 moveml (%a7)+,%d7/%d6 |restore registers

Completed in 1796 milliseconds

1234567891011>>