Home
last modified time | relevance | path

Searched refs:PHY_CONFIG (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c633 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, HDMI_DISABLE | PHY_RESET | in hdmirx_plugout()
837 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, in hdmirx_tmds_clk_ratio_config()
841 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, in hdmirx_tmds_clk_ratio_config()
854 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, REFFREQ_SEL_MASK, REFFREQ_SEL(0)); in hdmirx_phy_config()
856 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, RXDATA_WIDTH, RXDATA_WIDTH); in hdmirx_phy_config()
857 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, PHY_RESET, PHY_RESET); in hdmirx_phy_config()
859 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, PHY_RESET, 0); in hdmirx_phy_config()
899 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, PHY_PDDQ, 0); in hdmirx_phy_config()
903 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, HDMI_DISABLE, 0); in hdmirx_phy_config()
2318 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, PHY_RESET | PHY_PDDQ, 0); in hdmirx_init()
H A Dsnps_hdmirx.h93 #define PHY_CONFIG 0x00c0 macro
/linux-6.15/drivers/net/ethernet/agere/
H A Det131x.h1266 #define PHY_CONFIG 0x16 /* TRU_VMI_CONFIGURATION_REG 22 */ macro
H A Det131x.c2859 et131x_mii_read(adapter, PHY_CONFIG, &tmp); in et131x_get_regs()
3191 et131x_mii_read(adapter, PHY_CONFIG, &reg); in et131x_adjust_link()
3195 PHY_CONFIG, reg); in et131x_adjust_link()