Searched refs:registers (Results 101 - 125 of 278) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c559 } registers[] = { local
599 for (i = 0; i < ARRAY_SIZE(registers); i++) {
600 u32 cfg = readl(camif->io_base + registers[i].offset);
601 dev_info(camif->dev, "%s:\t0x%08x\n", registers[i].name, cfg);
/linux-master/arch/um/os-Linux/skas/
H A Dmem.c16 #include <registers.h>
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h29 /* Filename to expose the registers in debugfs */
35 /* List of the registers available on that variant */
36 const struct vc4_hdmi_register *registers; member in struct:vc4_hdmi_variant
38 /* Number of registers on that variant */
/linux-master/drivers/soundwire/
H A Dintel.h13 * @mmio_base: mmio base of SoundWire registers
14 * @registers: Link IO registers base
15 * @ip_offset: offset for MCP_IP registers
22 * @shim_lock: mutex to handle access to shared SHIM registers
34 void __iomem *registers; member in struct:sdw_intel_link_res
42 struct mutex *shim_lock; /* protect shared registers */
68 * Read, write helpers for HW registers
H A Dintel_init.c67 link->registers = res->mmio_base + SDW_LINK_BASE
74 link->registers = res->mmio_base + SDW_IP_BASE(link_id);
326 * This registers an auxiliary device for each Master handled by the controller,
/linux-master/arch/s390/boot/
H A Dhead.S256 lctlg %c0,%c15,0(%r13) # load control registers
276 .Lctl: .quad 0x04040000 # cr0: AFP registers & secondary space
284 .quad 0x0000000000008000 # cr8: access registers translation
298 # It simply saves general/control registers and psw in
/linux-master/arch/m68k/lib/
H A Dudivsi3.S59 /* Use the right prefix for registers. */
153 moveml sp@,d2-d4 | restore data registers
/linux-master/drivers/hwmon/
H A Dina2xx.c106 int registers; member in struct:ina2xx_config
129 .registers = INA219_REGISTERS,
138 .registers = INA226_REGISTERS,
194 * Initialize the configuration and calibration registers.
223 * power and current registers will also remain at 0. In case
245 * registers have been updated before trying
650 ina2xx_regmap_config.max_register = data->config->registers;
H A Dasus-ec-sensors.c4 * via the embedded controller registers.
583 /* EC registers to read from */
584 u16 *registers; member in struct:ec_sensors_data
594 * number of EC registers to read
687 ec->registers[register_idx] =
757 /* read registers minimizing bank switches. */
768 reg_bank = register_bank(ec->registers[ireg]);
772 ec_read(register_index(ec->registers[ireg]),
1016 ec_data->registers = devm_kcalloc(dev, ec_data->nr_registers,
1021 if (!ec_data->registers || !ec_dat
[all...]
/linux-master/drivers/base/regmap/
H A Dregcache-rbtree.c22 /* block of adjacent registers */
24 /* Which registers are present */
28 /* number of registers available in the block */
108 /* base and top registers of the current rbnode */
141 int registers = 0; local
160 registers += this_registers;
164 average = registers / nodes;
168 seq_printf(s, "%d nodes, %d registers, average %d registers, used %zu bytes\n",
169 nodes, registers, averag
[all...]
/linux-master/arch/mips/kernel/
H A Dscall64-n32.S83 ld a0, PT_R4(sp) # Restore argument registers
H A Dscall64-n64.S93 ld a0, PT_R4(sp) # Restore argument registers
/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S126 moveml %d3/%d5/%d6,-(%a7) |save registers
136 moveml (%a7)+,%d3/%d5/%d6 |restore registers
/linux-master/arch/arm/mach-omap1/
H A Dsleep.S52 * The values of the registers ARM_IDLECT1 and ARM_IDLECT2 are passed
68 @ save registers on stack
143 @ save registers on stack
/linux-master/drivers/regulator/
H A Darizona-micsupp.c25 #include <linux/mfd/arizona/registers.h>
29 #include <linux/mfd/madera/registers.h>
H A Darizona-ldo1.c26 #include <linux/mfd/arizona/registers.h>
30 #include <linux/mfd/madera/registers.h>
/linux-master/drivers/input/rmi4/
H A Drmi_driver.c590 * and a bitmap which identified which packet registers are present
616 rdesc->registers = devm_kcalloc(&d->dev,
620 if (!rdesc->registers)
644 struct rmi_register_desc_item *item = &rdesc->registers[i];
699 item = &rdesc->registers[i];
714 item = &rdesc->registers[i];
729 item = &rdesc->registers[i];
1146 * the reflash updates (if any) might cause various registers to move
1186 * button events are not reported by rmi registers.
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S72 stmfd sp!, {lr} @ save registers on stack
89 stmfd sp!, {r4 - r11, lr} @ save registers on stack
131 stmfd sp!, {r4 - r11, lr} @ save registers on stack
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S115 # the VMX registers while running is not zero.
H A Dfpu_asm.S134 # registers while running is not zero.
/linux-master/drivers/rtc/
H A Drtc-da9063.c19 #include <linux/mfd/da9062/registers.h>
20 #include <linux/mfd/da9063/registers.h>
/linux-master/arch/x86/math-emu/
H A Dfpu_emu.h145 #define register_base ((u_char *) registers )
/linux-master/arch/arm/mach-davinci/
H A Dsleep.S41 stmfd sp!, {r0-r12, lr} @ save registers on stack
162 /* Restore registers and return */
/linux-master/drivers/mfd/
H A Dwm8994-irq.c22 #include <linux/mfd/wm8994/registers.h>
/linux-master/drivers/iio/adc/
H A Dda9150-gpadc.c21 #include <linux/mfd/da9150/registers.h>

Completed in 801 milliseconds

1234567891011>>