Searched refs:registers (Results 176 - 200 of 277) sorted by relevance

1234567891011>>

/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
/linux-master/drivers/soundwire/
H A Dcadence_master.c205 return readl(cdns->registers + offset);
210 writel(value, cdns->registers + offset);
246 reg_read = readl(cdns->registers + offset);
259 writel(value, cdns->registers + offset);
337 /* 8 MCP registers */
343 /* 13 Status & Intr registers (offsets 0x70 and 0x74 not defined) */
538 debugfs_create_file("cdns-registers", 0400, root, cdns, &cdns_reg_fops);
1038 * In that case, clearing the registers above would result in
/linux-master/arch/arm/mach-omap2/
H A Dsleep43xx.S64 stmfd sp!, {r4 - r11, lr} @ save registers on stack
/linux-master/drivers/power/supply/
H A Dda9150-fg.c21 #include <linux/mfd/da9150/registers.h>
H A Dda9150-charger.c20 #include <linux/mfd/da9150/registers.h>
/linux-master/sound/soc/samsung/
H A Dmidas_wm1811.c10 #include <linux/mfd/wm8994/registers.h>
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu.h543 u32 *registers; member in struct:msm_gpu_state
576 * Why not a readq here? Two reasons: 1) many of the LO registers are
578 * of a history of putting registers where they fit, especially in
585 * For some lo/hi registers (like perfcounters), the hi value is latched
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c22 #include <registers.h>
88 printk(UM_KERN_ERR "Stub registers -\n");
133 printk(UM_KERN_ERR "Failed to get registers from stub, errno = %d\n",
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c16 #include <linux/mfd/arizona/registers.h>
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h143 const unsigned int *registers; member in struct:adreno_gpu
598 * registers starting at _reg.
604 * expose registers you intended to protect!
/linux-master/drivers/mfd/
H A Dda9063-i2c.c20 #include <linux/mfd/da9063/registers.h>
H A Dda9150-core.c20 #include <linux/mfd/da9150/registers.h>
H A Dmadera-core.c25 #include <linux/mfd/madera/registers.h>
589 * before we start doing any writes to its registers.
H A Dwm8994-core.c25 #include <linux/mfd/wm8994/registers.h>
149 /* Restore GPIO registers to prevent problems with mismatched
155 dev_err(dev, "Failed to restore GPIO registers: %d\n", ret);
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S118 ; shifting is done, from or to, remote diagnose registers.
573 ; shifting is done, from or to, the remote diagnose registers.
1012 ; shifting is done, from or to, remote diagnose registers.
1368 ; shifting is done, from or to, the remote diagnose registers.
/linux-master/drivers/regulator/
H A Dmt6359-regulator.c6 #include <linux/mfd/mt6359/registers.h>
7 #include <linux/mfd/mt6359p/registers.h>
/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c279 u32 regoffset; /* Offset of registers in first Zorro device */
895 /* Laguna chipset has reversed clock registers */
1270 * the registers twice for the settings to take..grr. -dte */
1524 /* unlock all extension registers */
1594 /* Set/Reset registers: - */
1630 /* Attribute Controller palette registers: "identity mapping" */
1905 unsigned long *display, unsigned long *registers)
1909 assert(registers != NULL);
1912 *registers = 0;
1918 *registers
1904 get_pci_addrs(const struct pci_dev *pdev, unsigned long *display, unsigned long *registers) argument
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S61 | FPDATA - base of emulated FPU registers
/linux-master/arch/x86/um/
H A Dsignal.c15 #include <registers.h>
/linux-master/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S196 .if (i == 0) # Initialize and rotate registers
225 * calculating last 32 w[i] values in 8 XMM registers
/linux-master/drivers/platform/x86/intel/
H A Dsdsi.c495 static BIN_ATTR_ADMIN_RO(registers, SDSI_SIZE_REGS);
646 /* Map the SDSi mailbox registers */
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dselftest.c750 if ((tests->memory < 0 || tests->registers < 0) && !rc_test)
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c752 if ((tests->memory < 0 || tests->registers < 0) && !rc_test)
/linux-master/drivers/net/ethernet/sfc/
H A Dselftest.c745 if ((tests->memory < 0 || tests->registers < 0) && !rc_test)
/linux-master/drivers/leds/
H A Dleds-mt6323.c9 #include <linux/mfd/mt6323/registers.h>
84 * @top_ckpdn: Offset to ISINK_CKPDN[0..x] registers
85 * @num_top_ckpdn: Number of ISINK_CKPDN registers
86 * @top_ckcon: Offset to ISINK_CKCON[0..x] registers
87 * @num_top_ckcon: Number of ISINK_CKCON registers
88 * @isink_con: Offset to ISINKx_CON[0..x] registers
89 * @num_isink_con: Number of ISINKx_CON registers
90 * @isink_max_regs: Number of ISINK[0..x] registers

Completed in 602 milliseconds

1234567891011>>