Searched refs:lpi_ctrl (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 515 u32 phy_ctrl_data, lpi_ctrl; in atl1c_phy_reset() local 576 AT_READ_REG(hw, REG_LPI_CTRL, &lpi_ctrl); in atl1c_phy_reset() 577 AT_WRITE_REG(hw, REG_LPI_CTRL, lpi_ctrl & ~LPI_CTRL_EN); in atl1c_phy_reset()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 820 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data; in e1000_set_eee_pchlan() local 841 ret_val = e1e_rphy_locked(hw, I82579_LPI_CTRL, &lpi_ctrl); in e1000_set_eee_pchlan() 846 lpi_ctrl &= ~I82579_LPI_CTRL_ENABLE_MASK; in e1000_set_eee_pchlan() 865 lpi_ctrl |= I82579_LPI_CTRL_1000_ENABLE; in e1000_set_eee_pchlan() 870 lpi_ctrl |= I82579_LPI_CTRL_100_ENABLE; in e1000_set_eee_pchlan() 897 ret_val = e1e_wphy_locked(hw, I82579_LPI_CTRL, lpi_ctrl); in e1000_set_eee_pchlan()
|
D | netdev.c | 6336 u16 lpi_ctrl = 0; in __e1000_shutdown() local 6341 &lpi_ctrl); in __e1000_shutdown() 6346 lpi_ctrl |= I82579_LPI_CTRL_100_ENABLE; in __e1000_shutdown() 6350 lpi_ctrl |= I82579_LPI_CTRL_1000_ENABLE; in __e1000_shutdown() 6353 lpi_ctrl); in __e1000_shutdown()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 2675 static inline const char *dwceqos_get_rx_lpi_state(u32 lpi_ctrl) in dwceqos_get_rx_lpi_state() argument 2677 return (lpi_ctrl & DWCEQOS_MAC_LPI_CTRL_STATUS_RLPIST) ? "on" : "off"; in dwceqos_get_rx_lpi_state() 2680 static inline const char *dwceqos_get_tx_lpi_state(u32 lpi_ctrl) in dwceqos_get_tx_lpi_state() argument 2682 return (lpi_ctrl & DWCEQOS_MAC_LPI_CTRL_STATUS_TLPIST) ? "on" : "off"; in dwceqos_get_tx_lpi_state()
|