Searched refs:qrate (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/mscc/ |
H A D | mscc_serdes.c | 64 const u32 qrate, in vsc85xx_sd6g_common_cfg_wr() 72 /* qrate = 1 for SGMII, 0 for QSGMII */ in vsc85xx_sd6g_common_cfg_wr() 82 (qrate << PHY_S6G_QRATE_POS) | in vsc85xx_sd6g_common_cfg_wr() 320 u32 qrate = 1; in vsc85xx_sd6g_config_v2() local 336 ret = vsc85xx_sd6g_common_cfg_wr(phydev, 0, 0, 0, qrate, if_mode, 0); in vsc85xx_sd6g_config_v2() 363 ret = vsc85xx_sd6g_common_cfg_wr(phydev, 1, 1, 0, qrate, if_mode, 0); in vsc85xx_sd6g_config_v2() 399 ret = vsc85xx_sd6g_common_cfg_wr(phydev, 1, 1, 0, qrate, if_mode, 1); in vsc85xx_sd6g_config_v2() 500 ret = vsc85xx_sd6g_common_cfg_wr(phydev, 1, 1, 0, qrate, if_mode, 0); in vsc85xx_sd6g_config_v2() 531 ret = vsc85xx_sd6g_common_cfg_wr(phydev, 0, 1, 0, qrate, if_mode, 0); in vsc85xx_sd6g_config_v2() 544 qrate in vsc85xx_sd6g_config_v2() 60 vsc85xx_sd6g_common_cfg_wr(struct phy_device *phydev, const u32 sys_rst, const u32 ena_lane, const u32 ena_loop, const u32 qrate, const u32 if_mode, const u32 pwd_tx) vsc85xx_sd6g_common_cfg_wr() argument [all...] |
/kernel/linux/linux-5.10/drivers/phy/mscc/ |
H A D | phy-ocelot-serdes.c | 68 u32 qrate; in serdes_init_s6g() local 78 qrate = 0; in serdes_init_s6g() 86 qrate = 1; in serdes_init_s6g() 210 (qrate ? HSIO_S6G_COMMON_CFG_QRATE : 0) | in serdes_init_s6g()
|
/kernel/linux/linux-6.6/drivers/phy/mscc/ |
H A D | phy-ocelot-serdes.c | 68 u32 qrate; in serdes_init_s6g() local 78 qrate = 0; in serdes_init_s6g() 86 qrate = 1; in serdes_init_s6g() 210 (qrate ? HSIO_S6G_COMMON_CFG_QRATE : 0) | in serdes_init_s6g()
|
Completed in 3 milliseconds