Home
last modified time | relevance | path

Searched refs:PHY_STATUS (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/
Ddw_dsi_reg.h66 #define PHY_STATUS 0xB0 /* D-PHY PPI status interface */ macro
Ddw_drm_dsi.c433 val = readl(base + PHY_STATUS); in dsi_set_mipi_phy()
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000_hw.c1466 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link()
1469 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link()
1779 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex()
1784 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex()
1813 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex()
1818 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex()
2085 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up()
2088 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up()
2414 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_check_for_link()
2417 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_check_for_link()
[all …]
De1000_hw.h2482 #define PHY_STATUS 0x01 /* Status Register */ macro
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-artpec6.c85 #define PHY_STATUS 0x118 macro
172 val = readl(artpec6_pcie->phy_base + PHY_STATUS); in artpec6_pcie_wait_for_phy_a6()
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c28 #define PHY_STATUS 0x01 /* Status Regiser */ macro
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_phy.c1595 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg()
1598 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg()
1632 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link()
1643 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link()
De1000_mac.c906 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, in igb_config_fc_after_link_up()
910 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, in igb_config_fc_after_link_up()
De1000_defines.h692 #define PHY_STATUS 0x01 /* Status Register */ macro