Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 – 5 of 5) sorted by relevance

/drivers/cpuidle/governors/
Dteo.c297 int idx0 = 0, idx = -1; in teo_select() local
348 idx0 = i; in teo_select()
368 } else if (idx == idx0) { in teo_select()
470 if (idx > idx0 && in teo_select()
/drivers/nvdimm/
Dbtt.c288 int idx0 = a->log_index[0]; in btt_log_get_old() local
297 if (log_seq(log, idx0) == 0) { in btt_log_get_old()
298 log->ent[idx0].seq = cpu_to_le32(1); in btt_log_get_old()
302 if (log_seq(log, idx0) == log_seq(log, idx1)) in btt_log_get_old()
304 if (log_seq(log, idx0) + log_seq(log, idx1) > 5) in btt_log_get_old()
307 if (log_seq(log, idx0) < log_seq(log, idx1)) { in btt_log_get_old()
308 if ((log_seq(log, idx1) - log_seq(log, idx0)) == 1) in btt_log_get_old()
313 if ((log_seq(log, idx0) - log_seq(log, idx1)) == 1) in btt_log_get_old()
/drivers/net/wireless/intel/iwlegacy/
D3945.c1927 s32 idx0, idx1; in il3945_hw_reg_get_matched_power_idx() local
1945 idx0 = 0; in il3945_hw_reg_get_matched_power_idx()
1948 idx0 = 1; in il3945_hw_reg_get_matched_power_idx()
1951 idx0 = 2; in il3945_hw_reg_get_matched_power_idx()
1954 idx0 = 3; in il3945_hw_reg_get_matched_power_idx()
1958 denominator = (s32) samples[idx1].power - (s32) samples[idx0].power; in il3945_hw_reg_get_matched_power_idx()
1961 gains0 = (s32) samples[idx0].gain_idx * (1 << 19); in il3945_hw_reg_get_matched_power_idx()
1965 (s32) samples[idx0].power) / in il3945_hw_reg_get_matched_power_idx()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c2662 int idx0 = req->tx.vtag0_idx; in nix_tx_vtag_decfg() local
2672 if (vlan->entry2pfvf_map[idx0] != pcifunc || in nix_tx_vtag_decfg()
2679 err = nix_tx_vtag_free(rvu, blkaddr, pcifunc, idx0); in nix_tx_vtag_decfg()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c24224 wlc_phy_txpwr_idx_cur_set_nphy(struct brcms_phy *pi, u8 idx0, u8 idx1) in wlc_phy_txpwr_idx_cur_set_nphy() argument
24226 mod_phy_reg(pi, 0x1e7, (0x7f << 0), idx0); in wlc_phy_txpwr_idx_cur_set_nphy()