/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/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3373 struct clk *tsu_clk; in gem_get_tsu_rate() 3376 tsu_clk = devm_clk_get(&bp->pdev->dev, "tsu_clk"); in gem_get_tsu_rate() 3377 if (!IS_ERR(tsu_clk)) in gem_get_tsu_rate() 3378 tsu_rate = clk_get_rate(tsu_clk); in gem_get_tsu_rate() 3381 tsu_clk = bp->pclk; in gem_get_ptp_max_adj() 3382 tsu_rate = clk_get_rate(tsu_clk); in gem_get_ptp_max_adj() 3968 struct clk *rx_clk, struct clk *tsu_clk) in macb_clks_disable() 3971 { .clk = tsu_clk, }, in macb_clks_disable() 3983 struct clk **rx_clk, struct clk **tsu_clk) in macb_clk_init() 3366 struct clk *tsu_clk; gem_get_tsu_rate() local 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 4960 struct clk *tsu_clk = NULL; macb_probe() local [all...] |
H A D | macb.h | 1191 struct clk **rx_clk, struct clk **tsu_clk); 1271 struct clk *tsu_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/arch/arm/boot/dts/microchip/ |
H A D | sama7g5.dtsi | 855 clock-names = "pclk", "hclk", "tx_clk", "tsu_clk";
|