Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmediatek-ge-soc.c992 static int cal_sw(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_sw() argument
1000 switch (cal_item) { in cal_sw()
1013 static int cal_efuse(struct phy_device *phydev, enum CAL_ITEM cal_item, in cal_efuse() argument
1021 switch (cal_item) { in cal_efuse()
1044 static int start_cal(struct phy_device *phydev, enum CAL_ITEM cal_item, in start_cal() argument
1052 ret = cal_efuse(phydev, cal_item, start_pair, in start_cal()
1056 ret = cal_sw(phydev, cal_item, start_pair, end_pair); in start_cal()
1063 phydev_err(phydev, "cal %d failed\n", cal_item); in start_cal()