Home
last modified time | relevance | path

Searched full:rx_clk (Results 1 – 20 of 20) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-s32.c38 struct clk *rx_clk; member
68 ret = clk_prepare_enable(gmac->rx_clk); in s32_gmac_init()
73 ret = clk_set_rate(gmac->rx_clk, GMAC_INTF_RATE_125M); in s32_gmac_init()
89 clk_disable_unprepare(gmac->rx_clk); in s32_gmac_init()
100 clk_disable_unprepare(gmac->rx_clk); in s32_gmac_exit()
158 gmac->rx_clk = devm_clk_get(&pdev->dev, "rx"); in s32_dwmac_probe()
159 if (IS_ERR(gmac->rx_clk)) in s32_dwmac_probe()
160 return dev_err_probe(dev, PTR_ERR(gmac->rx_clk), in s32_dwmac_probe()
Ddwmac-meson8b.c61 * cleared on both, the falling and rising edge of the RX_CLK. This selects the
73 /* Defined for adding a delay to the input RX_CLK for better timing.
76 * adjust the window between RX_CLK and RX_DATA and improve the stability
/linux-6.14.4/Documentation/devicetree/bindings/net/
Dqcom-emac.txt44 "mdio_clk", "tx_clk", "rx_clk", "sys_clk";
93 "mdio_clk", "tx_clk", "rx_clk", "sys_clk";
Dcdns,macb.yaml88 - enum: [ rx_clk, tsu_clk ]
216 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
Dqca,ar803x.yaml47 cable is disconnected. And the RX_CLK always keeps outputting a
Dmotorcomm,yt8xxx.yaml57 drive strength of rx_clk rgmii pad.
/linux-6.14.4/drivers/dma/xilinx/
Dxilinx_dma.c480 struct clk **rx_clk, struct clk **rxs_clk);
498 * @rx_clk: DMA s2mm clock
517 struct clk *rx_clk; member
2624 struct clk **tx_clk, struct clk **rx_clk, in axidma_clk_init() argument
2639 *rx_clk = devm_clk_get(&pdev->dev, "m_axi_s2mm_aclk"); in axidma_clk_init()
2640 if (IS_ERR(*rx_clk)) in axidma_clk_init()
2641 *rx_clk = NULL; in axidma_clk_init()
2659 err = clk_prepare_enable(*rx_clk); in axidma_clk_init()
2661 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in axidma_clk_init()
2674 clk_disable_unprepare(*rx_clk); in axidma_clk_init()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dpincfg.txt52 0 0 2 0 1 0 /* RX_CLK */
/linux-6.14.4/drivers/net/ethernet/cadence/
Dmacb_main.c3998 struct clk *rx_clk, struct clk *tsu_clk) in macb_clks_disable() argument
4002 { .clk = rx_clk, }, in macb_clks_disable()
4013 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init() argument
4041 *rx_clk = devm_clk_get_optional(&pdev->dev, "rx_clk"); in macb_clk_init()
4042 if (IS_ERR(*rx_clk)) in macb_clk_init()
4043 return PTR_ERR(*rx_clk); in macb_clk_init()
4067 err = clk_prepare_enable(*rx_clk); in macb_clk_init()
4069 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in macb_clk_init()
4082 clk_disable_unprepare(*rx_clk); in macb_clk_init()
4595 struct clk **rx_clk, struct clk **tsu_clk) in at91ether_clk_init() argument
[all …]
Dmacb.h1198 struct clk **rx_clk, struct clk **tsu_clk);
1279 struct clk *rx_clk; member
/linux-6.14.4/arch/powerpc/boot/dts/fsl/
Dmpc8568mds.dts148 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
176 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
/linux-6.14.4/arch/powerpc/boot/dts/
Dmpc832x_rdb.dts179 3 21 2 0 1 0 /* RX_CLK (CLK16) */
199 0 13 2 0 1 0 /* RX_CLK (CLK9) */
Dkmeter1.dts163 0 0 2 0 1 0 /* RX_CLK */
189 0 31 2 0 1 0 /* RX_CLK */
/linux-6.14.4/drivers/net/dsa/sja1105/
Dsja1105_clocking.c449 pad_mii_rx.clk_os = 2; /* RX_CLK/RXC output stage: */ in sja1105_cfg_pad_rx_config()
451 pad_mii_rx.clk_ih = 0; /* RX_CLK/RXC input hysteresis: */ in sja1105_cfg_pad_rx_config()
453 pad_mii_rx.clk_ipud = 2; /* RX_CLK/RXC input pull-up/down: */ in sja1105_cfg_pad_rx_config()
/linux-6.14.4/arch/arm64/boot/dts/xilinx/
Dzynqmp.dtsi844 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
858 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
872 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
886 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
/linux-6.14.4/drivers/net/phy/
Dmicrel.c1007 /* keep rx as "No delay adjustment" and set rx_clk to +0.60ns to get delays of
1013 /* set rx to +0.30ns and rx_clk to -0.90ns to compensate the
1105 u16 rx, tx, rx_clk, tx_clk; in ksz9031_config_rgmii_delay() local
1113 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay()
1119 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay()
1125 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay()
1131 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay()
1161 FIELD_PREP(MII_KSZ9031RN_RX_CLK, rx_clk)); in ksz9031_config_rgmii_delay()
Dicplus.c35 #define IP1001_RXPHASE_SEL BIT(0) /* Add delay on RX_CLK */
/linux-6.14.4/drivers/net/ethernet/qualcomm/emac/
Demac.c69 "rx_clk", "sys_clk"
/linux-6.14.4/drivers/pinctrl/renesas/
Dpfc-r8a7740.c1917 /* RXD[0:3], RX_CLK, RX_DV, RX_ER
1933 /* RXD[0:7], RX_CLK, RX_DV, RX_ER
/linux-6.14.4/drivers/net/phy/mscc/
Dmscc_main.c538 /* For traffic to pass, the VSC8502 family needs the RX_CLK disable bit in vsc85xx_update_rgmii_cntl()