mvebu_a3700_comphy_modes   81 drivers/phy/marvell/phy-mvebu-a3700-comphy.c static const struct mvebu_a3700_comphy_conf mvebu_a3700_comphy_modes[] = {
mvebu_a3700_comphy_modes  125 drivers/phy/marvell/phy-mvebu-a3700-comphy.c 	int i, n = ARRAY_SIZE(mvebu_a3700_comphy_modes);
mvebu_a3700_comphy_modes  132 drivers/phy/marvell/phy-mvebu-a3700-comphy.c 		if (mvebu_a3700_comphy_modes[i].lane == lane &&
mvebu_a3700_comphy_modes  133 drivers/phy/marvell/phy-mvebu-a3700-comphy.c 		    mvebu_a3700_comphy_modes[i].port == port &&
mvebu_a3700_comphy_modes  134 drivers/phy/marvell/phy-mvebu-a3700-comphy.c 		    mvebu_a3700_comphy_modes[i].mode == mode &&
mvebu_a3700_comphy_modes  135 drivers/phy/marvell/phy-mvebu-a3700-comphy.c 		    mvebu_a3700_comphy_modes[i].submode == submode)
mvebu_a3700_comphy_modes  142 drivers/phy/marvell/phy-mvebu-a3700-comphy.c 	return mvebu_a3700_comphy_modes[i].fw_mode;