/kernel/linux/linux-5.10/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 473 struct clk **rx_clk, struct clk **rxs_clk); 491 * @rx_clk: DMA s2mm clock 509 struct clk *rx_clk; member 2562 struct clk **tx_clk, struct clk **rx_clk, in axidma_clk_init() 2577 *rx_clk = devm_clk_get(&pdev->dev, "m_axi_s2mm_aclk"); in axidma_clk_init() 2578 if (IS_ERR(*rx_clk)) in axidma_clk_init() 2579 *rx_clk = NULL; in axidma_clk_init() 2597 err = clk_prepare_enable(*rx_clk); in axidma_clk_init() 2599 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in axidma_clk_init() 2612 clk_disable_unprepare(*rx_clk); in axidma_clk_init() 2561 axidma_clk_init(struct platform_device *pdev, struct clk **axi_clk, struct clk **tx_clk, struct clk **rx_clk, struct clk **sg_clk, struct clk **tmp_clk) axidma_clk_init() argument 2659 axivdma_clk_init(struct platform_device *pdev, struct clk **axi_clk, struct clk **tx_clk, struct clk **txs_clk, struct clk **rx_clk, struct clk **rxs_clk) axivdma_clk_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 478 struct clk **rx_clk, struct clk **rxs_clk); 496 * @rx_clk: DMA s2mm clock 515 struct clk *rx_clk; member 2616 struct clk **tx_clk, struct clk **rx_clk, in axidma_clk_init() 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() 2653 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in axidma_clk_init() 2666 clk_disable_unprepare(*rx_clk); in axidma_clk_init() 2615 axidma_clk_init(struct platform_device *pdev, struct clk **axi_clk, struct clk **tx_clk, struct clk **rx_clk, struct clk **sg_clk, struct clk **tmp_clk) axidma_clk_init() argument 2713 axivdma_clk_init(struct platform_device *pdev, struct clk **axi_clk, struct clk **tx_clk, struct clk **txs_clk, struct clk **rx_clk, struct clk **rxs_clk) axivdma_clk_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | micrel.c | 522 /* keep rx as "No delay adjustment" and set rx_clk to +0.60ns to get delays of 528 /* set rx to +0.30ns and rx_clk to -0.90ns to compensate the 620 u16 rx, tx, rx_clk, tx_clk; in ksz9031_config_rgmii_delay() local 628 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 634 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 640 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 646 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 676 FIELD_PREP(MII_KSZ9031RN_RX_CLK, rx_clk)); in ksz9031_config_rgmii_delay()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3953 struct clk *rx_clk, struct clk *tsu_clk) in macb_clks_disable() 3957 { .clk = rx_clk, }, in macb_clks_disable() 3968 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init() 3996 *rx_clk = devm_clk_get_optional(&pdev->dev, "rx_clk"); in macb_clk_init() 3997 if (IS_ERR(*rx_clk)) in macb_clk_init() 3998 return PTR_ERR(*rx_clk); in macb_clk_init() 4022 err = clk_prepare_enable(*rx_clk); in macb_clk_init() 4024 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in macb_clk_init() 4037 clk_disable_unprepare(*rx_clk); in macb_clk_init() 3952 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 3966 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 4544 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 4641 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 4951 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3608 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init() 3644 *rx_clk = devm_clk_get_optional(&pdev->dev, "rx_clk"); in macb_clk_init() 3645 if (IS_ERR(*rx_clk)) in macb_clk_init() 3646 return PTR_ERR(*rx_clk); in macb_clk_init() 3670 err = clk_prepare_enable(*rx_clk); in macb_clk_init() 3672 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err); in macb_clk_init() 3685 clk_disable_unprepare(*rx_clk); in macb_clk_init() 4217 struct clk **rx_clk, struct clk **tsu_clk) in at91ether_clk_init() 4223 *rx_clk in at91ether_clk_init() 3606 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 4215 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 4312 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 4479 struct clk *pclk, *hclk = NULL, *tx_clk = NULL, *rx_clk = NULL; macb_probe() local [all...] |
H A D | macb.h | 1112 struct clk **rx_clk, struct clk **tsu_clk); 1191 struct clk *rx_clk; member
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | micrel.c | 898 /* keep rx as "No delay adjustment" and set rx_clk to +0.60ns to get delays of 904 /* set rx to +0.30ns and rx_clk to -0.90ns to compensate the 996 u16 rx, tx, rx_clk, tx_clk; in ksz9031_config_rgmii_delay() local 1004 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 1010 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 1016 rx_clk = RX_CLK_ID; in ksz9031_config_rgmii_delay() 1022 rx_clk = RX_CLK_ND; in ksz9031_config_rgmii_delay() 1052 FIELD_PREP(MII_KSZ9031RN_RX_CLK, rx_clk)); in ksz9031_config_rgmii_delay()
|