| /linux/Documentation/devicetree/bindings/net/ |
| H A D | qcom-emac.txt | 44 "mdio_clk", "tx_clk", "rx_clk", "sys_clk"; 93 "mdio_clk", "tx_clk", "rx_clk", "sys_clk";
|
| H A D | motorcomm,yt8xxx.yaml | 57 drive strength of rx_clk rgmii pad.
|
| /linux/drivers/dma/xilinx/ |
| H A D | xilinx_dma.c | 484 struct clk **rx_clk, struct clk **rxs_clk); 502 * @rx_clk: DMA s2mm clock 521 struct clk *rx_clk; member 2770 struct clk **tx_clk, struct clk **rx_clk, in axidma_clk_init() argument 2785 *rx_clk = devm_clk_get(&pdev->dev, "m_axi_s2mm_aclk"); in axidma_clk_init() 2786 if (IS_ERR(*rx_clk)) in axidma_clk_init() 2787 *rx_clk = NULL; in axidma_clk_init() 2805 err = clk_prepare_enable(*rx_clk); in axidma_clk_init() 2807 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in axidma_clk_init() 2820 clk_disable_unprepare(*rx_clk); in axidma_clk_init() [all …]
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| H A D | pincfg.txt | 52 0 0 2 0 1 0 /* RX_CLK */
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 4616 struct clk *rx_clk, struct clk *tsu_clk) in macb_clks_disable() argument 4620 { .clk = rx_clk, }, in macb_clks_disable() 4631 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init_dflt() argument 4659 *rx_clk = devm_clk_get_optional(&pdev->dev, "rx_clk"); in macb_clk_init_dflt() 4660 if (IS_ERR(*rx_clk)) in macb_clk_init_dflt() 4661 return PTR_ERR(*rx_clk); in macb_clk_init_dflt() 4685 err = clk_prepare_enable(*rx_clk); in macb_clk_init_dflt() 4687 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in macb_clk_init_dflt() 4700 clk_disable_unprepare(*rx_clk); in macb_clk_init_dflt() 4716 struct clk **rx_clk, struct clk **tsu_clk, in macb_clk_init() argument [all …]
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-eic7700.c | 33 * - RX Delay: bits [30:24] - RX_CLK delay (unit: 0.02ns per bit) 214 /* Read rx-internal-delay-ps and update rx_clk delay */ in eic7700_dwmac_probe()
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | mpc8568mds.dts | 148 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */ 176 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | mpc832x_rdb.dts | 179 3 21 2 0 1 0 /* RX_CLK (CLK16) */ 199 0 13 2 0 1 0 /* RX_CLK (CLK9) */
|
| H A D | kmeter1.dts | 163 0 0 2 0 1 0 /* RX_CLK */ 189 0 31 2 0 1 0 /* RX_CLK */
|
| /linux/drivers/net/phy/qcom/ |
| H A D | at803x.c | 1078 struct clk *rx_clk, *tx_clk; in ipq5018_probe() local 1089 rx_clk = devm_clk_get_enabled(dev, "rx"); in ipq5018_probe() 1090 if (IS_ERR(rx_clk)) in ipq5018_probe() 1091 return dev_err_probe(dev, PTR_ERR(rx_clk), in ipq5018_probe()
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_clocking.c | 449 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/drivers/net/phy/ |
| H A D | micrel.c | 1115 /* keep rx as "No delay adjustment" and set rx_clk to +0.60ns to get delays of 1121 /* set rx to +0.30ns and rx_clk to -0.90ns to compensate the 1295 u16 rx, tx, rx_clk, tx_clk; in ksz9031_config_rgmii_delay() local 1303 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 1309 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 1315 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 1321 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 1351 FIELD_PREP(MII_KSZ9031RN_RX_CLK, rx_clk)); in ksz9031_config_rgmii_delay()
|
| H A D | mxl-86110.c | 694 * the default additional delay value on RX_CLK in mxl86110_config_rgmii_delay()
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | pfc-r8a7740.c | 1917 /* RXD[0:3], RX_CLK, RX_DV, RX_ER 1933 /* RXD[0:7], RX_CLK, RX_DV, RX_ER
|