Searched refs:cal_item (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/phy/mediatek/ |
| H A D | mtk-ge-soc.c | 1077 static int cal_sw(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_sw() argument 1085 switch (cal_item) { in cal_sw() 1098 static int cal_efuse(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_efuse() argument 1106 switch (cal_item) { in cal_efuse() 1129 static int start_cal(struct phy_device *phydev, enum CAL_ITEM cal_item, in start_cal() argument 1137 ret = cal_efuse(phydev, cal_item, start_pair, in start_cal() 1141 ret = cal_sw(phydev, cal_item, start_pair, end_pair); in start_cal() 1148 phydev_err(phydev, "cal %d failed\n", cal_item); in start_cal()
|