Searched refs:cal_item (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/phy/ |
| D | mediatek-ge-soc.c | 975 static int cal_sw(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_sw() argument 983 switch (cal_item) { in cal_sw() 996 static int cal_efuse(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_efuse() argument 1004 switch (cal_item) { in cal_efuse() 1027 static int start_cal(struct phy_device *phydev, enum CAL_ITEM cal_item, in start_cal() argument 1035 ret = cal_efuse(phydev, cal_item, start_pair, in start_cal() 1039 ret = cal_sw(phydev, cal_item, start_pair, end_pair); in start_cal() 1046 phydev_err(phydev, "cal %d failed\n", cal_item); in start_cal()
|