Home
last modified time | relevance | path

Searched refs:core_val (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_phy.c126 int core_val, agc_val; in mt76x02_phy_set_bw() local
130 core_val = 3; in mt76x02_phy_set_bw()
134 core_val = 2; in mt76x02_phy_set_bw()
138 core_val = 0; in mt76x02_phy_set_bw()
143 mt76_rmw_field(dev, MT_BBP(CORE, 1), MT_BBP_CORE_R1_BW, core_val); in mt76x02_phy_set_bw()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_section.c31 char *core_val = NULL; in adf_cfg_set_core_number_for_instance() local
43 core_val = in adf_cfg_set_core_number_for_instance()
61 if (adf_cfg_get_param_value(accel_dev, sec_name, inst_name, core_val)) in adf_cfg_set_core_number_for_instance()
64 pos = strchr(core_val, ','); in adf_cfg_set_core_number_for_instance()
67 strlcpy(tokens[token_index++], core_val, ADF_CFG_MAX_TOKEN_LEN); in adf_cfg_set_core_number_for_instance()
68 strlcpy(core_val, pos + 1, ADF_CFG_MAX_VAL_LEN_IN_BYTES); in adf_cfg_set_core_number_for_instance()
69 pos = strchr(core_val, ','); in adf_cfg_set_core_number_for_instance()
72 core_val, in adf_cfg_set_core_number_for_instance()
79 core_val, in adf_cfg_set_core_number_for_instance()
108 ret = compat_strtoul(core_val, 10, &core_num); in adf_cfg_set_core_number_for_instance()
[all …]