Home
last modified time | relevance | path

Searched defs:new_val (Results 1 – 25 of 33) sorted by relevance

12

/drivers/gpio/
Dgpio-it87.c146 u8 new_val = curr_val | mask; in superio_set_mask() local
155 u8 new_val = curr_val & ~mask; in superio_clear_mask() local
Dgpio-ath79.c60 u32 old_val, new_val; in ath79_gpio_update_bits() local
/drivers/net/
Dmdio.c74 int new_val; in mdio_set_flag() local
/drivers/ata/
Dahci_st.c44 unsigned long old_val, new_val; in st_ahci_configure_oob() local
/drivers/pinctrl/freescale/
Dpinctrl-imx1-core.c97 u32 new_val; in imx1_write_2bit() local
124 u32 new_val; in imx1_write_bit() local
/drivers/mfd/
Dmax8998.c124 u8 new_val = (val & mask) | (old_val & (~mask)); in max8998_update_reg() local
Dmax8997.c128 u8 new_val = (val & mask) | (old_val & (~mask)); in max8997_update_reg() local
Daat2870-core.c193 u8 old_val, new_val; in aat2870_update() local
/drivers/xen/xen-pciback/
Dconf_space.c112 static inline u32 merge_value(u32 val, u32 new_val, u32 new_val_mask, in merge_value()
/drivers/regulator/
Dmax8997-regulator.c557 u8 new_val, int *best) in max8997_assess_side_effect()
639 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local
/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c840 int dtsec_cfg_max_frame_len(struct fman_mac *dtsec, u16 new_val) in dtsec_cfg_max_frame_len()
850 int dtsec_cfg_pad_and_crc(struct fman_mac *dtsec, bool new_val) in dtsec_cfg_pad_and_crc()
1127 int dtsec_set_promiscuous(struct fman_mac *dtsec, bool new_val) in dtsec_set_promiscuous()
Dfman_tgec.c460 int tgec_set_promiscuous(struct fman_mac *tgec, bool new_val) in tgec_set_promiscuous()
478 int tgec_cfg_max_frame_len(struct fman_mac *tgec, u16 new_val) in tgec_cfg_max_frame_len()
Dfman_memac.c748 int memac_set_promiscuous(struct fman_mac *memac, bool new_val) in memac_set_promiscuous()
807 int memac_cfg_max_frame_len(struct fman_mac *memac, u16 new_val) in memac_cfg_max_frame_len()
/drivers/mmc/host/
Dsdhci-esdhc-imx.c458 u32 new_val = 0; in esdhc_writew_le() local
582 u32 new_val; in esdhc_writeb_le() local
/drivers/iio/light/
Dpa12203001.c283 int i, ret, new_val; in pa12203001_write_raw() local
/drivers/media/platform/davinci/
Dvpbe_venc.c102 u32 new_val = (venc_read(sd, offset) & ~mask) | (val & mask); in venc_modify() local
Disif.c164 u32 new_val = (regr(offset) & ~mask) | (val & mask); in reg_modify() local
Dvpbe_osd.c109 u32 new_val = (readl(addr) & ~mask) | (val & mask); in osd_modify() local
/drivers/w1/masters/
Domap_hdq.c123 u8 new_val = (__raw_readl(hdq_data->hdq_base + offset) & ~mask) in hdq_reg_merge() local
/drivers/gpu/drm/i915/
Di915_irq.c222 uint32_t new_val; in ilk_update_display_irq() local
300 uint32_t new_val; in snb_update_pm_irq() local
408 uint32_t new_val; in bdw_update_port_irq() local
442 uint32_t new_val; in bdw_update_pipe_irq() local
/drivers/net/wireless/intel/iwlwifi/dvm/
Drxon.c259 u16 new_val; in iwl_adjust_beacon_interval() local
/drivers/net/ethernet/qualcomm/emac/
Demac-mac.h51 #define BITS_SET(val, lo, hi, new_val) \ argument
/drivers/block/
Dnull_blk.c78 int ret, new_val; in null_param_store_val() local
/drivers/net/ethernet/broadcom/
Dbgmac.c750 u32 new_val = (cmdcfg & mask) | set; in bgmac_cmdcfg_maskset() local
/drivers/staging/media/davinci_vpfe/
Ddm365_isif.c86 u32 new_val = (isif_read(base_addr, offset) & ~mask) | (val & mask); in isif_merge() local

12