Searched +full:receive +full:- +full:eq +full:- +full:mdb (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/ata/ |
H A D | imx-sata.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/imx-sata.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawn.guo@linaro.org> 19 - fsl,imx53-ahci 20 - fsl,imx6q-ahci 21 - fsl,imx6qp-ahci 22 - fsl,imx8qm-ahci 33 - description: sata clock [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-hummingboard-emmc-som-v15.dts | 2 * Copyright (C) 2014 Rabeeh Khoury (rabeeh@solid-run.com) 5 * This file is dual-licensed: you can use it either under the terms 42 /dts-v1/; 45 #include "imx6qdl-sr-som.dtsi" 46 #include "imx6qdl-sr-som-ti.dtsi" 47 #include "imx6qdl-sr-som-emmc.dtsi" 48 #include "imx6qdl-hummingboard.dtsi" 57 fsl,transmit-level-mV = <1025>; 58 fsl,transmit-boost-mdB = <3330>; 59 fsl,transmit-atten-16ths = <9>; [all …]
|
H A D | imx6q-hummingboard.dts | 2 * Copyright (C) 2014 Rabeeh Khoury (rabeeh@solid-run.com) 5 * This file is dual-licensed: you can use it either under the terms 42 /dts-v1/; 45 #include "imx6qdl-sr-som.dtsi" 46 #include "imx6qdl-sr-som-brcm.dtsi" 47 #include "imx6qdl-hummingboard.dtsi" 56 fsl,transmit-level-mV = <1025>; 57 fsl,transmit-boost-mdB = <3330>; 58 fsl,transmit-atten-16ths = <9>; 59 fsl,receive-eq-mdB = <3000>;
|
H A D | imx6q-hummingboard-som-v15.dts | 2 * Copyright (C) 2014 Rabeeh Khoury (rabeeh@solid-run.com) 5 * This file is dual-licensed: you can use it either under the terms 42 /dts-v1/; 45 #include "imx6qdl-sr-som.dtsi" 46 #include "imx6qdl-sr-som-ti.dtsi" 47 #include "imx6qdl-hummingboard.dtsi" 56 fsl,transmit-level-mV = <1025>; 57 fsl,transmit-boost-mdB = <3330>; 58 fsl,transmit-atten-16ths = <9>; 59 fsl,receive-eq-mdB = <3000>;
|
H A D | imx6q-tbs2910.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 5 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 13 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q"; 16 stdout-path = &uart1; 23 /delete-property/ mmc3; 32 compatible = "gpio-fan"; 33 pinctrl-names = "default"; 34 pinctrl-0 = <&pinctrl_gpio_fan>; [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | test_vxlan_mdb.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # This test is for checking VXLAN MDB functionality. The topology consists of 12 # +------------------------------------+ +------------------------------------+ 19 # | +---------+---------+ | | +---------+---------+ | 33 # +-----------------|------------------+ +-----------------|------------------+ 35 # +-----------------|------------------+ +-----------------|------------------+ 49 # | +---------+---------+ | | +---------+---------+ | 56 # +------------------------------------+ +------------------------------------+ 122 # All tests in this script. Can be overridden with -t option. 140 if [ ${rc} -eq ${expected} ]; then [all …]
|
/linux/drivers/ata/ |
H A D | ahci_imx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 18 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> 21 #include <linux/hwmon-sysfs.h> 26 #define DRV_NAME "ahci-imx" 29 /* Timer 1-ms Register */ 79 MODULE_PARM_DESC(hotplug, "AHCI IMX hot-plug support (0=Don't support, 1=support)"); 103 } while (--timeout); in imx_phy_crbit_assert() 105 return timeout ? 0 : -ETIMEDOUT; in imx_phy_crbit_assert() 193 struct imx_ahci_priv *imxpriv = hpriv->plat_data; in imx_sata_phy_reset() 194 void __iomem *mmio = hpriv->mmio; in imx_sata_phy_reset() [all …]
|