Searched refs:input_idx (Results 1 – 2 of 2) sorted by relevance
139 input_idx = int(input_str) - 1140 if input_idx in range(len(self._choices)):141 return input_idx, self._choices[input_idx]
78 int input_idx; in smc_read_phy_register() local124 input_idx = clk_idx; in smc_read_phy_register()173 if (bits[input_idx++] & MII_MDI) in smc_read_phy_register()