Searched refs:cfg_index (Results 1 – 3 of 3) sorted by relevance
4958 static int qcom_llcc_get_cfg_index(struct platform_device *pdev, u8 *cfg_index, int num_config) in qcom_llcc_get_cfg_index() argument4962 ret = nvmem_cell_read_u8(&pdev->dev, "multi-chan-ddr", cfg_index); in qcom_llcc_get_cfg_index()4966 *cfg_index = 0; in qcom_llcc_get_cfg_index()4970 if (!ret && *cfg_index >= num_config) in qcom_llcc_get_cfg_index()5010 u8 cfg_index; in qcom_llcc_probe() local5035 ret = qcom_llcc_get_cfg_index(pdev, &cfg_index, cfgs->num_config); in qcom_llcc_probe()5038 cfg = &cfgs->llcc_config[cfg_index]; in qcom_llcc_probe()
1406 __le16 cfg_index; member1427 __le16 cfg_index; member
170 rate_cfg->cfg_index = 0; in mwifiex_cmd_tx_rate_cfg()