Searched full:sata_phy (Results 1 – 25 of 29) sorted by relevance
12
| /linux/drivers/phy/samsung/ |
| H A 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/Documentation/devicetree/bindings/ata/ |
| H A D | brcm,sata-brcm.yaml | 80 phys = <&sata_phy 0>; 85 phys = <&sata_phy 1>;
|
| H A D | eswin,eic7700-ahci.yaml | 74 phys = <&sata_phy>;
|
| H A D | snps,dwc-ahci.yaml | 69 phys = <&sata_phy>;
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm963138dvt.dts | 50 &sata_phy {
|
| H A D | bcm-nsp.dtsi | 519 sata_phy: sata_phy@40100 { label
|
| H A D | bcm7445.dtsi | 182 sata_phy: sata-phy@458100 { label
|
| /linux/arch/arm/boot/dts/synaptics/ |
| H A D | berlin2-sony-nsz-gs7.dts | 34 &sata_phy { status = "okay"; };
|
| H A D | berlin2.dtsi | 348 phys = <&sata_phy 0>; 354 phys = <&sata_phy 1>; 359 sata_phy: phy@e900a0 { label
|
| H A D | berlin2q.dtsi | 460 phys = <&sata_phy 0>; 466 phys = <&sata_phy 1>; 471 sata_phy: phy@e900a0 { label
|
| H A D | berlin2q-marvell-dmp.dts | 142 &sata_phy {
|
| /linux/arch/mips/boot/dts/brcm/ |
| H A D | bcm97362svmb.dts | 74 &sata_phy {
|
| H A D | bcm97346dbsmb.dts | 110 &sata_phy {
|
| H A D | bcm97360svmb.dts | 73 &sata_phy {
|
| H A D | bcm97435svmb.dts | 112 &sata_phy {
|
| H A D | bcm7360.dtsi | 354 sata_phy: sata-phy@180100 { label
|
| H A D | bcm7362.dtsi | 350 sata_phy: sata-phy@180100 { label
|
| H A D | bcm7346.dtsi | 435 sata_phy: sata-phy@180100 { label
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,sata-phy.yaml | 46 sata_phy: sata-phy@1b400000 {
|
| H A D | brcm,sata-phy.yaml | 128 sata_phy@f0458100 {
|
| /linux/arch/arm/boot/dts/hisilicon/ |
| H A D | hisi-x5hd2-dkb.dts | 81 phys = <&sata_phy>;
|
| H A D | hisi-x5hd2.dtsi | 475 sata_phy: phy@1900000 { label
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7622-rfb1.dts | 547 &sata_phy {
|
| H A D | mt7622-bananapi-bpi-r64.dts | 603 &sata_phy {
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos5250-arndale.dts | 631 &sata_phy {
|
12