Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h193 #define GPHY_CTRL_HIB_EN 0x400 macro
202 GPHY_CTRL_HIB_EN)
208 GPHY_CTRL_HIB_EN |\
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c524 phy_ctrl_data |= (GPHY_CTRL_HIB_EN | GPHY_CTRL_HIB_PULSE); in atl1c_phy_reset()
526 phy_ctrl_data &= ~(GPHY_CTRL_HIB_EN | GPHY_CTRL_HIB_PULSE); in atl1c_phy_reset()
790 GPHY_CTRL_HIB_EN; in atl1c_power_saving()
Datl1c_hw.h247 #define GPHY_CTRL_HIB_EN BIT(10) macro