Home
last modified time | relevance | path

Searched refs:cal_item (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/phy/mediatek/
H A Dmtk-ge-soc.c1072 static int cal_sw(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_sw() argument
1080 switch (cal_item) { in cal_sw()
1093 static int cal_efuse(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_efuse() argument
1101 switch (cal_item) { in cal_efuse()
1124 static int start_cal(struct phy_device *phydev, enum CAL_ITEM cal_item, in start_cal() argument
1132 ret = cal_efuse(phydev, cal_item, start_pair, in start_cal()
1136 ret = cal_sw(phydev, cal_item, start_pair, end_pair); in start_cal()
1143 phydev_err(phydev, "cal %d failed\n", cal_item); in start_cal()