/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-clk-ccf.dtsi | 193 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; 198 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; 203 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; 208 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
|
/openbmc/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";
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 478 struct clk **rx_clk, struct clk **rxs_clk); 515 struct clk *rx_clk; member 2616 struct clk **tx_clk, struct clk **rx_clk, in axidma_clk_init() argument 2631 *rx_clk = devm_clk_get(&pdev->dev, "m_axi_s2mm_aclk"); in axidma_clk_init() 2632 if (IS_ERR(*rx_clk)) in axidma_clk_init() 2633 *rx_clk = NULL; in axidma_clk_init() 2651 err = clk_prepare_enable(*rx_clk); in axidma_clk_init() 2666 clk_disable_unprepare(*rx_clk); in axidma_clk_init() 2715 struct clk **rx_clk, struct clk **rxs_clk) in axivdma_clk_init() argument 2731 *rx_clk = devm_clk_get(&pdev->dev, "m_axi_s2mm_aclk"); in axivdma_clk_init() [all …]
|
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3968 struct clk *rx_clk, struct clk *tsu_clk) in macb_clks_disable() 3972 { .clk = rx_clk, }, in macb_clks_disable() 3983 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init() 4011 *rx_clk = devm_clk_get_optional(&pdev->dev, "rx_clk"); in macb_clk_init() 4012 if (IS_ERR(*rx_clk)) in macb_clk_init() 4013 return PTR_ERR(*rx_clk); in macb_clk_init() 4037 err = clk_prepare_enable(*rx_clk); in macb_clk_init() 4039 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in macb_clk_init() 4052 clk_disable_unprepare(*rx_clk); in macb_clk_init() 3961 macb_clks_disable(struct clk * pclk,struct clk * hclk,struct clk * tx_clk,struct clk * rx_clk,struct clk * tsu_clk) macb_clks_disable() argument 3976 macb_clk_init(struct platform_device * pdev,struct clk ** pclk,struct clk ** hclk,struct clk ** tx_clk,struct clk ** rx_clk,struct clk ** tsu_clk) macb_clk_init() argument 4554 at91ether_clk_init(struct platform_device * pdev,struct clk ** pclk,struct clk ** hclk,struct clk ** tx_clk,struct clk ** rx_clk,struct clk ** tsu_clk) at91ether_clk_init() argument 4651 fu540_c000_clk_init(struct platform_device * pdev,struct clk ** pclk,struct clk ** hclk,struct clk ** tx_clk,struct clk ** rx_clk,struct clk ** tsu_clk) fu540_c000_clk_init() argument 4959 struct clk *pclk, *hclk = NULL, *tx_clk = NULL, *rx_clk = NULL; macb_probe() local [all...] |
H A D | macb.h | 1191 struct clk **rx_clk, struct clk **tsu_clk); 1270 struct clk *rx_clk; member
|
/openbmc/linux/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp.dtsi | 586 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; 602 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; 618 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; 634 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
|
/openbmc/linux/drivers/net/phy/ |
H A D | micrel.c | 1007 u16 rx, tx, rx_clk, tx_clk; in ksz9031_config_rgmii_delay() local 1015 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 1021 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 1027 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 1033 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 1063 FIELD_PREP(MII_KSZ9031RN_RX_CLK, rx_clk)); in ksz9031_config_rgmii_delay()
|