Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h182 #define GPHY_CTRL_SEL_ANA_RST 0x1000 macro
187 GPHY_CTRL_SEL_ANA_RST |\
193 GPHY_CTRL_SEL_ANA_RST |\
/linux-6.12.1/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c509 phy_ctrl_data |= GPHY_CTRL_SEL_ANA_RST; in atl1c_phy_reset()
802 phy_ctrl |= GPHY_CTRL_SEL_ANA_RST | GPHY_CTRL_HIB_PULSE | in atl1c_power_saving()
Datl1c_hw.h233 #define GPHY_CTRL_SEL_ANA_RST BIT(12) macro