Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c308 if (!(mtk_r32(eth, MTK_PHY_IAC) & PHY_IAC_ACCESS)) in mtk_mdio_busy_wait()
328 mtk_w32(eth, PHY_IAC_ACCESS | in _mtk_mdio_write_c22()
352 mtk_w32(eth, PHY_IAC_ACCESS | in _mtk_mdio_write_c45()
364 mtk_w32(eth, PHY_IAC_ACCESS | in _mtk_mdio_write_c45()
387 mtk_w32(eth, PHY_IAC_ACCESS | in _mtk_mdio_read_c22()
410 mtk_w32(eth, PHY_IAC_ACCESS | in _mtk_mdio_read_c45()
422 mtk_w32(eth, PHY_IAC_ACCESS | in _mtk_mdio_read_c45()
H A Dmtk_eth_soc.h400 #define PHY_IAC_ACCESS BIT(31) macro