Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h181 #define GPHY_CTRL_HIB_PULSE 0x800 macro
188 GPHY_CTRL_HIB_PULSE |\
194 GPHY_CTRL_HIB_PULSE |\
/linux-6.12.1/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c511 phy_ctrl_data |= (GPHY_CTRL_HIB_EN | GPHY_CTRL_HIB_PULSE); in atl1c_phy_reset()
513 phy_ctrl_data &= ~(GPHY_CTRL_HIB_EN | GPHY_CTRL_HIB_PULSE); in atl1c_phy_reset()
802 phy_ctrl |= GPHY_CTRL_SEL_ANA_RST | GPHY_CTRL_HIB_PULSE | in atl1c_power_saving()
Datl1c_hw.h234 #define GPHY_CTRL_HIB_PULSE BIT(11) macro