Home
last modified time | relevance | path

Searched refs:mvebu_a3700_comphy_modes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c80 static const struct mvebu_a3700_comphy_conf mvebu_a3700_comphy_modes[] = { variable
133 int i, n = ARRAY_SIZE(mvebu_a3700_comphy_modes); in mvebu_a3700_comphy_get_fw_mode()
140 if (mvebu_a3700_comphy_modes[i].lane == lane && in mvebu_a3700_comphy_get_fw_mode()
141 mvebu_a3700_comphy_modes[i].port == port && in mvebu_a3700_comphy_get_fw_mode()
142 mvebu_a3700_comphy_modes[i].mode == mode && in mvebu_a3700_comphy_get_fw_mode()
143 mvebu_a3700_comphy_modes[i].submode == submode) in mvebu_a3700_comphy_get_fw_mode()
150 return mvebu_a3700_comphy_modes[i].fw_mode; in mvebu_a3700_comphy_get_fw_mode()
/kernel/linux/linux-6.6/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c245 static const struct mvebu_a3700_comphy_conf mvebu_a3700_comphy_modes[] = { variable
1115 int i, n = ARRAY_SIZE(mvebu_a3700_comphy_modes); in mvebu_a3700_comphy_check_mode()
1122 if (mvebu_a3700_comphy_modes[i].lane == lane && in mvebu_a3700_comphy_check_mode()
1123 mvebu_a3700_comphy_modes[i].mode == mode && in mvebu_a3700_comphy_check_mode()
1124 mvebu_a3700_comphy_modes[i].submode == submode) in mvebu_a3700_comphy_check_mode()

Completed in 4 milliseconds