Home
last modified time | relevance | path

Searched refs:sata (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/Linux-v6.1/Documentation/devicetree/bindings/ata/
Dmarvell.txt4 - compatibility : "marvell,orion-sata" or "marvell,armada-370-sata"
10 - phys : List of phandles to sata phys
15 sata@80000 {
16 compatible = "marvell,orion-sata";
Dfsl-sata.txt8 "fsl,CHIP-sata", where CHIP is the processor
10 "fsl,pq-sata"
22 sata@18000 {
23 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
Dapm-xgene.txt24 * "sata-phy" for the SATA 6.0Gbps PHY
51 sata2: sata@1a400000 {
62 phy-names = "sata-phy";
65 sata3: sata@1a800000 {
76 phy-names = "sata-phy";
Dahci-mtk.txt15 - phy-names : Associated name must be: "sata-phy".
30 sata: sata@1a200000 {
43 phy-names = "sata-phy";
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dberlin-sata-phy.txt6 "marvell,berlin2-sata-phy"
7 "marvell,berlin2q-sata-phy"
22 compatible = "marvell,berlin2q-sata-phy";
29 sata-phy@0 {
33 sata-phy@1 {
Dphy-mvebu.txt10 - compatible : Should be "marvell,mvebu-sata-phy"
12 - clock-names : Should be "sata"
15 sata-phy@84000 {
16 compatible = "marvell,mvebu-sata-phy";
19 clock-names = "sata";
Dphy-miphy365x.txt29 - sata: For SATA devices
33 - st,sata-gen : Generation of locally attached SATA IP. Expected values
37 - st,sata-tx-pol-inv : Bool property to invert the polarity SATA Tx (Txn/Txp)
50 reg-names = "sata", "pcie";
52 st,sata-gen = <3>;
57 reg-names = "sata", "pcie", "syscfg";
73 sata0: sata@fe380000 {
Dqcom-ipq806x-sata-phy.txt8 - compatible: compatible list, contains "qcom,ipq806x-sata-phy"
15 sata_phy: sata-phy@1b400000 {
16 compatible = "qcom,ipq806x-sata-phy";
Dhix5hd2-phy.txt5 - compatible: should be "hisilicon,hix5hd2-sata-phy"
13 register of controlling sata power supply.
17 compatible = "hisilicon,hix5hd2-sata-phy";
Dqcom-apq8064-sata-phy.txt8 - compatible: compatible list, contains "qcom,apq8064-sata-phy".
16 sata_phy: sata-phy@1b400000 {
17 compatible = "qcom,apq8064-sata-phy";
Dnvidia,tegra124-xusb-padctl.txt84 and sata. No extra resources are required for operation of these pads.
86 For Tegra210, the following pads exist: usb2, hsic, pcie and sata. Below is
150 - sata: sata-0
151 - functions: "usb3-ss", "sata"
160 - sata: sata-0
161 - functions: "usb3-ss", "sata"
360 sata {
364 sata-0 {
455 sata {
459 sata-0 {
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Darmada-370-dlink-dns327l.dts39 sata@a0000 {
89 sata-r-amber-pin {
90 label = "dns327l:amber:sata-r";
95 sata-l-amber-pin {
96 label = "dns327l:amber:sata-l";
174 sata_l_white_pin: sata-l-white-pin {
179 sata_r_white_pin: sata-r-white-pin {
184 sata_r_amber_pin: sata-r-amber-pin {
189 sata_l_amber_pin: sata-l-amber-pin {
204 sata_r_pwr_pin: sata-r-pwr-pin {
[all …]
Dkirkwood-ns2lite.dts16 sata@80000 {
27 blue-sata {
28 label = "ns2:blue:sata";
Dkirkwood-is2.dts17 sata@80000 {
28 blue-sata {
29 label = "ns2:blue:sata";
Dkirkwood-ns2.dts17 sata@80000 {
28 blue-sata {
29 label = "ns2:blue:sata";
Dkirkwood-ns2max.dts17 sata@80000 {
47 blue-sata {
48 label = "ns2:blue:sata";
Dkirkwood-ns2mini.dts18 sata@80000 {
48 blue-sata {
49 label = "ns2:blue:sata";
Dgemini.dtsi133 sata_default_pins: pinctrl-sata {
135 function = "sata";
140 sata_and_ide_pins: pinctrl-sata-ide {
142 function = "sata";
204 sata: sata@46000000 { label
205 compatible = "cortina,gemini-sata-bridge";
394 sata = <&sata>;
407 sata = <&sata>;
Dkirkwood-cloudbox.dts33 sata@80000 {
78 blue-sata {
79 label = "cloudbox:blue:sata";
Dbcm7445.dtsi163 sata@45a000 {
171 sata0: sata-port@0 {
176 sata1: sata-port@1 {
182 sata_phy: sata-phy@458100 {
183 compatible = "brcm,bcm7445-sata-phy", "brcm,phy-sata3";
189 sata_phy0: sata-phy@0 {
194 sata_phy1: sata-phy@1 {
/Linux-v6.1/drivers/leds/
Dleds-ns2.c50 unsigned char sata; /* True when SATA mode active. */ member
111 else if (led->sata) in ns2_led_set()
141 if (led->sata == enable) in ns2_led_sata_store()
144 led->sata = enable; in ns2_led_sata_store()
164 return sprintf(buf, "%d\n", led->sata); in ns2_led_sata_show()
167 static DEVICE_ATTR(sata, 0644, ns2_led_sata_show, ns2_led_sata_store);
226 led->sata = (mode == NS_V2_LED_SATA) ? 1 : 0; in ns2_led_register()
/Linux-v6.1/Documentation/devicetree/bindings/mips/cavium/
Dsata-uctl.txt17 - compatible: "cavium,octeon-7130-sata-uctl"
29 compatible = "cavium,octeon-7130-sata-uctl";
36 sata: sata@16c0000000000 {
/Linux-v6.1/arch/powerpc/boot/dts/
Dmpc8379_rdb.dts347 sata@18000 {
348 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
355 sata@19000 {
356 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
363 sata@1a000 {
364 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
371 sata@1b000 {
372 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
Dmpc8379_mds.dts340 sata@18000 {
341 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
348 sata@19000 {
349 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
356 sata@1a000 {
357 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
364 sata@1b000 {
365 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
/Linux-v6.1/drivers/phy/tegra/
Dxusb-tegra124.c1213 struct tegra_xusb_sata_lane *sata; in tegra124_sata_lane_probe() local
1216 sata = kzalloc(sizeof(*sata), GFP_KERNEL); in tegra124_sata_lane_probe()
1217 if (!sata) in tegra124_sata_lane_probe()
1220 INIT_LIST_HEAD(&sata->base.list); in tegra124_sata_lane_probe()
1221 sata->base.soc = &pad->soc->lanes[index]; in tegra124_sata_lane_probe()
1222 sata->base.index = index; in tegra124_sata_lane_probe()
1223 sata->base.pad = pad; in tegra124_sata_lane_probe()
1224 sata->base.np = np; in tegra124_sata_lane_probe()
1226 err = tegra_xusb_lane_parse_dt(&sata->base, np); in tegra124_sata_lane_probe()
1228 kfree(sata); in tegra124_sata_lane_probe()
[all …]

12345678910>>...16