Searched refs:registers (Results 151 - 175 of 278) sorted by relevance

1234567891011>>

/linux-master/drivers/mfd/
H A Darizona-irq.c22 #include <linux/mfd/arizona/registers.h>
/linux-master/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S231 # the state matrix in SSE registers four times. As we need some scratch
232 # registers, we save the first four registers on the stack. The
236 # which allows us to do XOR in SSE registers. 8/16-bit word rotation is
H A Dchacha-avx512vl-x86_64.S35 # matrix twice across four AVX registers. It performs matrix operations
200 # matrix four times across eight AVX registers. It performs matrix
466 # the state matrix in AVX registers eight times. Compared to AVX2, this
468 # additional registers.
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_device.c193 * radeon_program_register_sequence - program an array of registers.
196 * @registers: pointer to the register array
199 * Programs an array or registers with and and or masks.
200 * This is a helper for setting golden registers.
203 const u32 *registers,
213 reg = registers[i + 0];
214 and_mask = registers[i + 1];
215 or_mask = registers[i + 2];
234 * radeon_surface_init - Clear GPU surface registers.
238 * Clear GPU surface registers (r1x
202 radeon_program_register_sequence(struct radeon_device *rdev, const u32 *registers, const u32 array_size) argument
[all...]
/linux-master/sound/soc/ux500/
H A Dux500_msp_i2s.h358 * No of registers to backup during
467 void __iomem *registers; member in struct:ux500_msp
/linux-master/drivers/regulator/
H A Dmt6357-regulator.c17 #include <linux/mfd/mt6357/registers.h>
H A Dmt6397-regulator.c11 #include <linux/mfd/mt6397/registers.h>
H A Dmt6331-regulator.c15 #include <linux/mfd/mt6331/registers.h>
H A Dmt6323-regulator.c11 #include <linux/mfd/mt6323/registers.h>
H A Dmt6332-regulator.c15 #include <linux/mfd/mt6332/registers.h>
/linux-master/arch/hexagon/kernel/
H A Dsignal.c12 #include <asm/registers.h>
/linux-master/arch/um/kernel/
H A Dprocess.c34 #include <registers.h>
/linux-master/arch/x86/kernel/
H A Dhead_32.S275 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S25 * registers should be clobbered.
130 @ pop registers saved in ftrace_regs_caller
/linux-master/arch/arm/mm/
H A Dproc-v7m.S129 @ some registers to the stack.
H A Dabort-lv4t.S76 and r6, r6, #15 @ r6 = no. of registers to transfer.
/linux-master/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c197 /* ISP shadow registers */
879 } registers[] = { local
903 for (i = 0; i < ARRAY_SIZE(registers); i++) {
904 cfg = mipi_csis_read(csis, registers[i].offset);
905 dev_info(csis->dev, "%14s: 0x%08x\n", registers[i].name, cfg);
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h34 | | saved registers |
69 | The registers d0, d1, a0, a1 and fp0-fp3 are always saved and
72 | of these registers, it should modify the saved copy and let
H A Dbinstr.S47 | The registers are used as follows:
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da2xx_gpu.c221 /* NOTE: PM4/micro-engine firmware registers look to be the same
224 * parameterize the pfp ucode addr/data registers..
277 /* dump registers before resetting gpu, if enabled: */
548 adreno_gpu->registers = a200_registers;
550 adreno_gpu->registers = a225_registers;
552 adreno_gpu->registers = a220_registers;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c1505 len += sizeof(*dump_tlv) + sizeof(crash_data->registers);
1560 dump_tlv->tlv_len = cpu_to_le32(sizeof(crash_data->registers));
1561 memcpy(dump_tlv->tlv_data, &crash_data->registers,
1562 sizeof(crash_data->registers));
1563 sofar += sizeof(*dump_tlv) + sizeof(crash_data->registers);
/linux-master/drivers/hwmon/
H A Ddell-smm-hwmon.c254 unsigned int *registers[] = { local
264 for (i = 0; i < ARRAY_SIZE(registers); i++) {
268 ret = wmi_parse_register(buffer + offset, length - offset, registers[i]);
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S450 ! We could do this with the four scratch registers, but if src
452 ! use of additional registers.
635 ! We could do this with the four scratch registers, but if src
637 ! use of additional registers.
/linux-master/arch/m68k/math-emu/
H A Dfp_movem.S61 1: addq.w #1,%d1 | count the # of registers in
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S357 ! Save registers / Switch to bank 0
446 ! Save registers / Switch to bank 0
494 mov r15, r5 ! pass saved registers as arg1

Completed in 367 milliseconds

1234567891011>>