Searched refs:set_val (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pci/controller/ |
| H A D | pci-thunder-ecam.c | 18 static void set_val(u32 v, int where, int size, u32 *val) in set_val() function 41 set_val(e0, where, size, val); in handle_ea_bar() 52 set_val(v, where, size, val); in handle_ea_bar() 70 set_val(v, where, size, val); in handle_ea_bar() 79 set_val(v, where, size, val); in handle_ea_bar() 119 set_val(v, where, size, val); in thunder_ecam_p2_config_read() 199 set_val(v, where, size, val); in thunder_ecam_config_read() 211 set_val(v, where, size, val); in thunder_ecam_config_read() 223 set_val(v, where, size, val); in thunder_ecam_config_read() 267 set_val(v, where, size, val); in thunder_ecam_config_read() [all …]
|
| /linux/drivers/pinctrl/realtek/ |
| H A D | pinctrl-rtd.c | 286 u8 set_val = 0; in rtd_pconf_parse_conf() local 308 set_val = arg; in rtd_pconf_parse_conf() 311 val = set_val ? BIT(smt_off) : 0; in rtd_pconf_parse_conf() 406 set_val = arg; in rtd_pconf_parse_conf() 408 val = set_val ? mask : 0; in rtd_pconf_parse_conf() 417 set_val = arg; in rtd_pconf_parse_conf() 425 val = set_val << p_off; in rtd_pconf_parse_conf() 434 set_val = arg; in rtd_pconf_parse_conf() 442 val = set_val << n_off; in rtd_pconf_parse_conf() 451 set_val = arg; in rtd_pconf_parse_conf() [all …]
|
| /linux/drivers/pinctrl/visconti/ |
| H A D | pinctrl-common.c | 46 unsigned int val, set_val, pude_val; in visconti_pin_config_set() local 54 set_val = 0; in visconti_pin_config_set() 60 set_val = 1; in visconti_pin_config_set() 66 val |= set_val << pin->pud_shift; in visconti_pin_config_set() 99 set_val = DIV_ROUND_CLOSEST(arg, 2) - 1; in visconti_pin_config_set() 108 val |= set_val << pin->dsel_shift; in visconti_pin_config_set()
|
| /linux/drivers/clk/x86/ |
| H A D | clk-cgu.h | 301 u8 shift, u8 width, u32 set_val) in lgm_set_clk_val() argument 305 regmap_update_bits(membase, reg, mask, set_val << shift); in lgm_set_clk_val()
|
| /linux/drivers/net/ethernet/hisilicon/ |
| H A D | hns_mdio.c | 146 u32 cfg_reg, u32 set_val, in mdio_sc_cfg_reg_write() argument 153 regmap_write(mdio_dev->subctrl_vbase, cfg_reg, set_val); in mdio_sc_cfg_reg_write()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 626 int (*set_val)(struct sock *, int), in __mptcp_setsockopt_set_val() 637 ret = set_val(ssk, val); in __mptcp_setsockopt_set_val()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dev.c | 2981 u32 delay_idx = 0, val, set_val = b_enable ? 1 : 0; in qed_pglueb_set_pfid_enable() local 2984 qed_wr(p_hwfn, p_ptt, PGLUE_B_REG_INTERNAL_PFID_ENABLE_MASTER, set_val); in qed_pglueb_set_pfid_enable() 2990 if (val == set_val) in qed_pglueb_set_pfid_enable() 2996 if (val != set_val) { in qed_pglueb_set_pfid_enable()
|