Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v1.c108 u32 tx_amp[XGBE_SPEEDS]; member
286 phy_data->tx_amp[XGBE_SPEED_10000]); in xgbe_phy_kr_mode()
329 phy_data->tx_amp[XGBE_SPEED_2500]); in xgbe_phy_kx_2500_mode()
372 phy_data->tx_amp[XGBE_SPEED_1000]); in xgbe_phy_kx_1000_mode()
647 phy_data->tx_amp, in xgbe_phy_init()
655 memcpy(phy_data->tx_amp, xgbe_phy_tx_amp, in xgbe_phy_init()
656 sizeof(phy_data->tx_amp)); in xgbe_phy_init()
/linux/drivers/pci/pwrctrl/
H A Dpci-pwrctrl-tc9563.c91 u32 tx_amp; member
305 u32 amp = tc9563->cfg[port].tx_amp; in tc9563_pwrctrl_set_tx_amplitude()
440 ret = of_property_read_u32(node, "toshiba,tx-amplitude-microvolt", &cfg->tx_amp); in tc9563_pwrctrl_parse_device_dt()