/linux-5.19.10/arch/arm/mach-s3c/ ! |
D | setup-usb-phy-s3c64xx.c | 26 u32 phyclk; in s3c_usb_otgphy_init() local 31 phyclk = readl(S3C_PHYCLK) & ~S3C_PHYCLK_CLKSEL_MASK; in s3c_usb_otgphy_init() 37 phyclk |= S3C_PHYCLK_CLKSEL_12M; in s3c_usb_otgphy_init() 40 phyclk |= S3C_PHYCLK_CLKSEL_24M; in s3c_usb_otgphy_init() 51 writel(phyclk | S3C_PHYCLK_CLK_FORCE, S3C_PHYCLK); in s3c_usb_otgphy_init()
|
/linux-5.19.10/drivers/phy/samsung/ ! |
D | phy-exynos5250-sata.c | 50 struct clk *phyclk; member 196 sata_phy->phyclk = devm_clk_get(dev, "sata_phyctrl"); in exynos_sata_phy_probe() 197 if (IS_ERR(sata_phy->phyclk)) { in exynos_sata_phy_probe() 199 ret = PTR_ERR(sata_phy->phyclk); in exynos_sata_phy_probe() 203 ret = clk_prepare_enable(sata_phy->phyclk); in exynos_sata_phy_probe() 228 clk_disable_unprepare(sata_phy->phyclk); in exynos_sata_phy_probe()
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ ! |
D | hw.c | 600 u32 phyclk; in ath10k_hw_qca988x_set_coverage_class() local 625 phyclk = MS(phyclk_reg, WAVE1_PHYCLK_USEC) + 1; in ath10k_hw_qca988x_set_coverage_class() 651 if (slottime_reg % phyclk) { in ath10k_hw_qca988x_set_coverage_class() 659 slottime = slottime / phyclk; in ath10k_hw_qca988x_set_coverage_class() 673 slottime += value * 3 * phyclk; in ath10k_hw_qca988x_set_coverage_class() 680 ack_timeout += 3 * value * phyclk; in ath10k_hw_qca988x_set_coverage_class() 686 cts_timeout += 3 * value * phyclk; in ath10k_hw_qca988x_set_coverage_class()
|
/linux-5.19.10/drivers/phy/rockchip/ ! |
D | phy-rockchip-inno-hdmi.c | 246 struct clk *phyclk; member 488 ret = clk_prepare_enable(inno->phyclk); in inno_hdmi_phy_power_on() 494 clk_disable_unprepare(inno->phyclk); in inno_hdmi_phy_power_on() 510 clk_disable_unprepare(inno->phyclk); in inno_hdmi_phy_power_off() 858 inno->phyclk = devm_clk_register(dev, &inno->hw); in inno_hdmi_phy_clk_register() 859 if (IS_ERR(inno->phyclk)) { in inno_hdmi_phy_clk_register() 860 ret = PTR_ERR(inno->phyclk); in inno_hdmi_phy_clk_register() 865 ret = of_clk_add_provider(np, of_clk_src_simple_get, inno->phyclk); in inno_hdmi_phy_clk_register()
|
/linux-5.19.10/Documentation/devicetree/bindings/phy/ ! |
D | phy-rockchip-inno-usb2.yaml | 38 const: phyclk 170 clock-names = "phyclk";
|
D | rockchip-usb-phy.yaml | 47 const: phyclk
|
/linux-5.19.10/Documentation/devicetree/bindings/usb/ ! |
D | samsung,exynos-dwc3.yaml | 86 - const: phyclk
|
/linux-5.19.10/Documentation/devicetree/bindings/net/ ! |
D | sti-dwmac.txt | 21 - st,ext-phyclk: valid only for RMII where PHY can generate 50MHz clock or
|
/linux-5.19.10/Documentation/devicetree/bindings/clock/st/ ! |
D | st,flexgen.txt | 128 "clk-eth-ref-phyclk",
|
/linux-5.19.10/Documentation/devicetree/bindings/soc/rockchip/ ! |
D | grf.yaml | 253 clock-names = "phyclk";
|
/linux-5.19.10/arch/arm/boot/dts/ ! |
D | stih407-pinctrl.dtsi | 218 phyclk = <&pio2 3 ALT4 OUT NICLK 1250 CLK_B>; 260 phyclk = <&pio2 3 ALT1 OUT NICLK 0 CLK_A>; 281 phyclk = <&pio2 3 ALT1 OUT NICLK 0 CLK_A>; 287 phyclk = <&pio2 3 ALT2 IN NICLK 0 CLK_A>;
|
D | rk3188.dtsi | 659 clock-names = "phyclk"; 667 clock-names = "phyclk";
|
D | rk3066a.dtsi | 693 clock-names = "phyclk"; 701 clock-names = "phyclk";
|
D | rk3288.dtsi | 909 clock-names = "phyclk"; 919 clock-names = "phyclk"; 929 clock-names = "phyclk";
|
D | rk322x.dtsi | 256 clock-names = "phyclk"; 283 clock-names = "phyclk";
|
D | rv1108.dtsi | 270 clock-names = "phyclk";
|
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ ! |
D | main.h | 366 bool phyclk; /* phy is out of reset and has clock */ member
|
D | main.c | 762 wlc_hw->phyclk = clk; in brcms_b_core_phy_clk()
|
/linux-5.19.10/arch/arm64/boot/dts/rockchip/ ! |
D | rk356x.dtsi | 1435 clock-names = "phyclk"; 1457 clock-names = "phyclk";
|
D | rk3399.dtsi | 1507 clock-names = "phyclk"; 1534 clock-names = "phyclk";
|
D | rk3308.dtsi | 192 clock-names = "phyclk";
|
D | rk3328.dtsi | 839 clock-names = "phyclk";
|
D | px30.dtsi | 829 clock-names = "phyclk";
|
/linux-5.19.10/arch/arm64/boot/dts/exynos/ ! |
D | exynos5433.dtsi | 1751 clock-names = "aclk", "susp_clk", "phyclk", "pipe_pclk"; 1804 clock-names = "aclk", "susp_clk", "phyclk", "pipe_pclk";
|