Searched refs:reg_write (Results 76 - 100 of 226) sorted by relevance

12345678910

/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-byteproc.c418 reg_write(byteproc, DCMIPP_P0SCSTR, 0);
419 reg_write(byteproc, DCMIPP_P0SCSZR, 0);
450 reg_write(byteproc, DCMIPP_P0SCSTR,
454 reg_write(byteproc, DCMIPP_P0SCSZR,
H A Ddcmipp-common.h163 #define reg_write(device, reg, val) \ macro
/linux-master/drivers/mfd/
H A Daltera-sysmgr.c146 sysmgr_config.reg_write = s10_protected_reg_write;
H A Dsi476x-prop.c223 .reg_write = si476x_core_regmap_write,
H A Dmcp-core.c100 mcp->ops->reg_write(mcp, reg, val);
H A Dntxec.c127 .reg_write = regmap_ignore_write,
H A Dgateworks-gsc.c165 .reg_write = gsc_write,
H A Dintel_soc_pmic_chtwc.c115 .reg_write = cht_wc_byte_reg_write,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datom.h120 void (*reg_write)(struct card_info *info, member in struct:card_info
/linux-master/drivers/rtc/
H A Drtc-meson.c199 .reg_write = meson_rtc_serial_bus_reg_write,
291 .reg_write = meson_rtc_regmem_write,
H A Drtc-rx8581.c262 .reg_write = rx85x1_nvram_write,
269 .reg_write = rx8571_nvram_write,
H A Drtc-pcf85363.c394 .reg_write = pcf85x63_nvram_write,
401 .reg_write = pcf85363_nvram_write,
H A Drtc-rp5c01.c230 .reg_write = rp5c01_nvram_write,
/linux-master/include/linux/soc/mediatek/
H A Dmtk_wed.h213 void (*reg_write)(struct mtk_wed_device *dev, u32 reg, u32 val); member in struct:mtk_wed_ops
283 (_dev)->ops->reg_write(_dev, _reg, _val)
/linux-master/drivers/media/i2c/
H A Dmt9m111.c139 #define reg_write(reg, val) mt9m111_reg_write(client, MT9M111_##reg, (val)) macro
377 return reg_write(CONTEXT_CONTROL, ctx->control);
401 ret = reg_write(COLUMN_START, rect->left);
403 ret = reg_write(ROW_START, rect->top);
406 ret = reg_write(WINDOW_WIDTH, rect->width);
408 ret = reg_write(WINDOW_HEIGHT, rect->height);
430 return reg_write(RESET, MT9M111_RESET_CHIP_ENABLE);
820 return reg_write(GLOBAL_GAIN, val);
/linux-master/drivers/media/usb/gspca/
H A Dspca501.c1745 static int reg_write(struct gspca_dev *gspca_dev, function
1769 ret = reg_write(gspca_dev, data[i][0], data[i][2],
1783 reg_write(gspca_dev, SPCA501_REG_CCDSP, 0x12, val);
1788 reg_write(gspca_dev, 0x00, 0x00, (val >> 8) & 0xff);
1789 reg_write(gspca_dev, 0x00, 0x01, val & 0xff);
1794 reg_write(gspca_dev, SPCA501_REG_CCDSP, 0x0c, val);
1799 reg_write(gspca_dev, SPCA501_REG_CCDSP, 0x11, val);
1804 reg_write(gspca_dev, SPCA501_REG_CCDSP, 0x13, val);
1880 reg_write(gspca_dev, SPCA50X_REG_USB, 0x6, 0x94);
1883 reg_write(gspca_de
[all...]
/linux-master/sound/soc/codecs/
H A Dtas571x.c430 .reg_write = tas571x_reg_write,
535 .reg_write = tas571x_reg_write,
642 .reg_write = tas571x_reg_write,
713 .reg_write = tas571x_reg_write,
762 .reg_write = tas571x_reg_write,
/linux-master/arch/x86/kvm/
H A Demulate.c2218 *reg_write(ctxt, VCPU_REGS_RAX) = (u32) (old >> 0);
2219 *reg_write(ctxt, VCPU_REGS_RDX) = (u32) (old >> 32);
2434 *reg_write(ctxt, VCPU_REGS_RCX) = ctxt->_eip;
2437 *reg_write(ctxt, VCPU_REGS_R11) = ctxt->eflags;
2505 *reg_write(ctxt, VCPU_REGS_RSP) = (efer & EFER_LMA) ? msr_data :
2568 *reg_write(ctxt, VCPU_REGS_RSP) = rcx;
2653 *reg_write(ctxt, VCPU_REGS_RCX) = 0;
2696 *reg_write(ctxt, VCPU_REGS_RAX) = tss->ax;
2697 *reg_write(ctxt, VCPU_REGS_RCX) = tss->cx;
2698 *reg_write(ctx
[all...]
H A Dkvm_emulate.h531 static inline ulong *reg_write(struct x86_emulate_ctxt *ctxt, unsigned nr) function
547 return reg_write(ctxt, nr);
/linux-master/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_otpe2p.c374 priv->nvmem_config_eeprom.reg_write = pci1xxxx_eeprom_write;
393 priv->nvmem_config_otp.reg_write = pci1xxxx_otp_write;
/linux-master/drivers/nvmem/
H A Dcore.c72 if (nvmem->reg_write) {
74 ret = nvmem->reg_write(nvmem->priv, offset, val, bytes);
261 if (!nvmem->reg_write)
282 if (!nvmem->reg_write)
903 if (!config->reg_read && !config->reg_write)
947 nvmem->reg_write = config->reg_write;
973 config->read_only || !nvmem->reg_write;
H A Dlpc18xx_eeprom.c159 .reg_write = lpc18xx_eeprom_gather_write,
H A Dlan9662-otpc.c178 .reg_write = lan9662_otp_write,
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dzd1301.c140 dev->demod_pdata.reg_write = zd1301_demod_wreg;
/linux-master/drivers/regulator/
H A Drt6245-regulator.c185 .reg_write = rt6245_reg_write,

Completed in 221 milliseconds

12345678910