Searched refs:registers (Results 51 - 75 of 278) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/
H A Dscript_asm.pl22 # Programmer's guide, with the new instructions, registers, etc.
91 %registers = (
111 %registers = (
156 $register = join ('|', keys %registers);
171 %symbol_values = (%registers) ; # Traditional symbol table
587 ($registers{$dst_reg} << 16);
590 ($registers{$src_reg} << 16);
593 ($registers{$dst_reg} << 16);
596 "$0 : Illegal combination of registers in line $lineno : $_
597 Either source and destination registers mus
[all...]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S27 # validity of the VMX registers while running is not zero.
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S63 # simplify the code by not initializing ABI registers on entry or
64 # cleansing caller-save registers on exit.
/linux-master/drivers/char/xillybus/
H A Dxillybus.h94 __iomem void *registers; member in struct:xilly_endpoint
H A Dxillybus_pcie.c74 endpoint->registers = pcim_iomap_table(pdev)[0];
/linux-master/arch/arm/mach-omap1/
H A Dsram.S23 stmfd sp!, {r0 - r12, lr} @ save registers on stack
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.c322 } registers[] = { local
342 for (i = 0; i < ARRAY_SIZE(registers); i++) {
343 u32 cfg = readl(dev->regs + registers[i].offset);
345 registers[i].name, cfg);
/linux-master/arch/arm/nwfpe/
H A Dentry.S39 emulator saves its registers across calls. The first word of this area
47 user registers into it. See /usr/include/asm/proc/ptrace.h for details.
69 mov sl, sp @ we access the registers via 'sl'
123 @ Emulators may wish to make use of the following registers:
174 @ The FP module is called with these registers set:
/linux-master/drivers/mfd/
H A Dmt6397-irq.c13 #include <linux/mfd/mt6323/registers.h>
15 #include <linux/mfd/mt6331/registers.h>
17 #include <linux/mfd/mt6397/registers.h>
H A Dmt6358-irq.c9 #include <linux/mfd/mt6357/registers.h>
11 #include <linux/mfd/mt6358/registers.h>
13 #include <linux/mfd/mt6359/registers.h>
116 /* Find the IRQ registers */
/linux-master/arch/powerpc/kernel/
H A Drtas_pci.c157 struct resource registers; local
161 if (of_address_to_resource(dev, 0, &registers)) {
167 chip_regs = ioremap(registers.start & ~(0xfffffUL), 0x100000);
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S126 sd a4, PT_R8(sp) # Save argument registers
138 ld a0, PT_R4(sp) # Restore argument registers
203 move a0, a1 # shift argument registers
/linux-master/drivers/input/keyboard/
H A Dmtk-pmic-keys.c11 #include <linux/mfd/mt6323/registers.h>
12 #include <linux/mfd/mt6331/registers.h>
13 #include <linux/mfd/mt6357/registers.h>
14 #include <linux/mfd/mt6358/registers.h>
16 #include <linux/mfd/mt6397/registers.h>
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c393 } registers[] = { variable in typeref:struct:__anon532
432 for (i = 0; i < ARRAY_SIZE(registers); i++)
433 if (priv->rev >= registers[i].rev)
434 seq_printf(m, "%s:\t %08x\n", registers[i].name,
435 tilcdc_read(dev, registers[i].reg));
/linux-master/arch/powerpc/platforms/52xx/
H A Dlite5200_sleep.S37 registers: label
63 * possibly because BDI sets SDRAM registers before wakeup code does
65 lis r4, registers@h
66 ori r4, r4, registers@l
70 /* save registers to r4 [destroys r10] */
262 /* save registers */
329 /* restore registers */
347 lis r4, registers@h
348 ori r4, r4, registers@l
/linux-master/drivers/firewire/
H A Dnosy.c69 __iomem char *registers; member in struct:pcilynx
218 writel(data, lynx->registers + offset);
224 return readl(lynx->registers + offset);
523 iounmap(lynx->registers);
561 lynx->registers = ioremap(pci_resource_start(dev, 0),
563 if (lynx->registers == NULL) {
564 dev_err(&dev->dev, "Failed to map registers\n");
685 iounmap(lynx->registers);
/linux-master/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c44 /*** Helper functions to access registers and their bitfields ***/
51 * Helper function to read bandgap registers. It uses the io remapped area.
65 * Helper function to write bandgap registers. It uses the io remapped area.
83 t = bgp->conf->sensors[(id)].registers; \
123 * Read accesses to registers listed below can be corrupted due to incorrect
125 * Read access to registers below can be corrupted :
163 tsr = bgp->conf->sensors[id].registers;
213 tsr = bgp->conf->sensors[i].registers;
343 tsr = bgp->conf->sensors[id].registers;
363 tsr = bgp->conf->sensors[id].registers;
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S53 stmfd sp!, {r0 - r12, lr} @ save registers on stack
/linux-master/drivers/input/rmi4/
H A Drmi_driver.h62 * describes the packet registers for a particular type
69 struct rmi_register_desc_item *registers; member in struct:rmi_register_descriptor
78 * Calculate the total size of all of the registers described in the
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddisplay.h128 struct intel_vgpu_sbi_register registers[SBI_REG_MAX]; member in struct:intel_vgpu_sbi
/linux-master/arch/x86/um/os-Linux/
H A Dregisters.c18 #include <registers.h>
/linux-master/drivers/soundwire/
H A Dcadence_master.h110 * @ip_offset: version-dependent offset to access IP_MCP registers and fields
116 * @registers: Cadence registers
144 void __iomem *registers; member in struct:sdw_cdns
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S77 @ registers r0-r3 and r12 are automatically restored on exception
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c10 #include <asm/registers.h>
18 * To-do: add all the accessor definitions to registers.h
/linux-master/arch/s390/kernel/
H A Dtext_amode31.S108 larl %r4,ctlregs # Save control registers
137 larl %r4,ctlregs # Restore control registers

Completed in 300 milliseconds

1234567891011>>