Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
Dmtk_sgmii.c56 regmap_read(ss->regmap[id], SGMSYS_QPHY_PWR_STATE_CTRL, &val); in mtk_sgmii_setup_mode_an()
58 regmap_write(ss->regmap[id], SGMSYS_QPHY_PWR_STATE_CTRL, val); in mtk_sgmii_setup_mode_an()
105 regmap_read(ss->regmap[id], SGMSYS_QPHY_PWR_STATE_CTRL, &val); in mtk_sgmii_setup_mode_force()
107 regmap_write(ss->regmap[id], SGMSYS_QPHY_PWR_STATE_CTRL, val); in mtk_sgmii_setup_mode_force()
Dmtk_eth_soc.h474 #define SGMSYS_QPHY_PWR_STATE_CTRL 0xe8 macro