Searched refs:mvebu_a3700_comphy_modes (Results 1 – 1 of 1) sorted by relevance
81 static const struct mvebu_a3700_comphy_conf mvebu_a3700_comphy_modes[] = { variable125 int i, n = ARRAY_SIZE(mvebu_a3700_comphy_modes); in mvebu_a3700_comphy_get_fw_mode()132 if (mvebu_a3700_comphy_modes[i].lane == lane && in mvebu_a3700_comphy_get_fw_mode()133 mvebu_a3700_comphy_modes[i].port == port && in mvebu_a3700_comphy_get_fw_mode()134 mvebu_a3700_comphy_modes[i].mode == mode && in mvebu_a3700_comphy_get_fw_mode()135 mvebu_a3700_comphy_modes[i].submode == submode) in mvebu_a3700_comphy_get_fw_mode()142 return mvebu_a3700_comphy_modes[i].fw_mode; in mvebu_a3700_comphy_get_fw_mode()