Searched refs:freqout (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_phy.c | 126 u8 freqout; in hdmi_phy_configure() local 146 freqout = 0; in hdmi_phy_configure() 148 freqout = 1; in hdmi_phy_configure() 150 freqout = 2; in hdmi_phy_configure() 156 REG_FLD_MOD(phy->base, HDMI_TXPHY_TX_CTRL, freqout, 31, 30); in hdmi_phy_configure()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_phy.c | 135 u8 freqout; in hdmi_phy_configure() local 155 freqout = 0; in hdmi_phy_configure() 157 freqout = 1; in hdmi_phy_configure() 159 freqout = 2; in hdmi_phy_configure() 165 REG_FLD_MOD(phy->base, HDMI_TXPHY_TX_CTRL, freqout, 31, 30); in hdmi_phy_configure()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 516 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local 598 freqout = E1000_FREQOUT1; in igb_ptp_feature_enable_i210() 609 freqout = E1000_FREQOUT0; in igb_ptp_feature_enable_i210() 631 wr32(freqout, ns); in igb_ptp_feature_enable_i210()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 238 u32 esdp, tsauxc, freqout, trgttiml, trgttimh, rem, tssdp; in ixgbe_ptp_setup_sdp_X550() local 275 freqout = div_u64(NS_PER_HALF_SEC << cc->shift, cc->mult); in ixgbe_ptp_setup_sdp_X550() 305 IXGBE_WRITE_REG(hw, IXGBE_FREQOUT0, freqout); in ixgbe_ptp_setup_sdp_X550()
|