Searched full:sata_phy (Results 1 – 25 of 42) sorted by relevance
12
/linux-6.12.1/drivers/phy/samsung/ |
D | phy-exynos5250-sata.c | 71 struct exynos_sata_phy *sata_phy = phy_get_drvdata(phy); in exynos_sata_phy_power_on() local 73 return regmap_update_bits(sata_phy->pmureg, SATAPHY_CONTROL_OFFSET, in exynos_sata_phy_power_on() 80 struct exynos_sata_phy *sata_phy = phy_get_drvdata(phy); in exynos_sata_phy_power_off() local 82 return regmap_update_bits(sata_phy->pmureg, SATAPHY_CONTROL_OFFSET, in exynos_sata_phy_power_off() 92 struct exynos_sata_phy *sata_phy = phy_get_drvdata(phy); in exynos_sata_phy_init() local 94 ret = regmap_update_bits(sata_phy->pmureg, SATAPHY_CONTROL_OFFSET, in exynos_sata_phy_init() 97 dev_err(&sata_phy->phy->dev, "phy init failed\n"); in exynos_sata_phy_init() 99 writel(val, sata_phy->regs + EXYNOS5_SATA_RESET); in exynos_sata_phy_init() 101 val = readl(sata_phy->regs + EXYNOS5_SATA_RESET); in exynos_sata_phy_init() 105 writel(val, sata_phy->regs + EXYNOS5_SATA_RESET); in exynos_sata_phy_init() [all …]
|
/linux-6.12.1/drivers/ata/ |
D | ahci_imx.c | 68 struct phy *sata_phy; member 451 ret = phy_init(imxpriv->sata_phy); in imx8_sata_enable() 456 ret = phy_set_mode(imxpriv->sata_phy, PHY_MODE_SATA); in imx8_sata_enable() 461 ret = phy_power_on(imxpriv->sata_phy); in imx8_sata_enable() 482 phy_exit(imxpriv->sata_phy); in imx8_sata_enable() 585 if (imxpriv->sata_phy) { in imx_sata_disable() 586 phy_power_off(imxpriv->sata_phy); in imx_sata_disable() 587 phy_exit(imxpriv->sata_phy); in imx_sata_disable() 840 imxpriv->sata_phy = devm_phy_get(dev, "sata-phy"); in imx8_sata_probe() 841 if (IS_ERR(imxpriv->sata_phy)) in imx8_sata_probe() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/ata/ |
D | brcm,sata-brcm.yaml | 80 phys = <&sata_phy 0>; 85 phys = <&sata_phy 1>;
|
D | ahci-platform.yaml | 191 phys = <&sata_phy 0>; 200 phys = <&sata_phy 1>;
|
D | snps,dwc-ahci.yaml | 65 phys = <&sata_phy>;
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | ti-phy.txt | 57 register that contains the SATA_PLL_SOFT_RESET bit. Only valid for sata_phy. 87 sata_phy: phy@4a096000 {
|
D | hix5hd2-phy.txt | 16 sata_phy: phy@f9900000 {
|
D | berlin-sata-phy.txt | 21 sata_phy: phy@f7e900a0 {
|
D | qcom,sata-phy.yaml | 46 sata_phy: sata-phy@1b400000 {
|
D | brcm,sata-phy.yaml | 128 sata_phy@f0458100 {
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm963138dvt.dts | 50 &sata_phy {
|
D | bcm63138.dtsi | 167 sata_phy: sata-phy@8100 { label
|
D | bcm-nsp.dtsi | 519 sata_phy: sata_phy@40100 { label
|
D | bcm7445.dtsi | 182 sata_phy: sata-phy@458100 { label
|
/linux-6.12.1/arch/arm/boot/dts/synaptics/ |
D | berlin2-sony-nsz-gs7.dts | 34 &sata_phy { status = "okay"; };
|
D | berlin2.dtsi | 348 phys = <&sata_phy 0>; 354 phys = <&sata_phy 1>; 359 sata_phy: phy@e900a0 { label
|
D | berlin2q.dtsi | 460 phys = <&sata_phy 0>; 466 phys = <&sata_phy 1>; 471 sata_phy: phy@e900a0 { label
|
D | berlin2q-marvell-dmp.dts | 142 &sata_phy {
|
/linux-6.12.1/arch/mips/boot/dts/brcm/ |
D | bcm97362svmb.dts | 74 &sata_phy {
|
D | bcm97346dbsmb.dts | 110 &sata_phy {
|
D | bcm97360svmb.dts | 73 &sata_phy {
|
D | bcm97435svmb.dts | 112 &sata_phy {
|
/linux-6.12.1/arch/arm/boot/dts/hisilicon/ |
D | hisi-x5hd2-dkb.dts | 81 phys = <&sata_phy>;
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | dra71-evm.dts | 264 &sata_phy {
|
/linux-6.12.1/arch/arm64/boot/dts/broadcom/northstar2/ |
D | ns2.dtsi | 670 sata_phy: sata_phy@663f0100 { label
|
12