Home
last modified time | relevance | path

Searched +full:receive +full:- +full:eq +full:- +full:mdb (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dimx-sata.txt7 - compatible : should be one of the following:
8 - "fsl,imx53-ahci" for i.MX53 SATA controller
9 - "fsl,imx6q-ahci" for i.MX6Q SATA controller
10 - "fsl,imx6qp-ahci" for i.MX6QP SATA controller
11 - interrupts : interrupt mapping for SATA IRQ
12 - reg : registers mapping
13 - clocks : list of clock specifiers, must contain an entry for each
14 required entry in clock-names
15 - clock-names : should include "sata", "sata_ref" and "ahb" entries
18 - fsl,transmit-level-mV : transmit voltage level, in millivolts.
[all …]
H A Dimx-sata.yaml1 # 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 …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q-hummingboard-emmc-som-v15.dts2 * 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 Dimx6q-hummingboard-som-v15.dts2 * 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 Dimx6q-hummingboard.dts2 * 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 Dimx6q-tbs2910.dts1 // 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 …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1 # SPDX-License-Identifier: CDDL-1.0
10 # or https://opensource.org/licenses/CDDL-1.0.
30 # Copyright (c) 2017, Open-E Inc. All rights reserved.
46 PWD="$(readlink -f $PWD)"
53 if [ -n "$STF_PATH" ]; then
64 [ "$(printf "$1\n$2" | sort -V | tail -n1)" = "$1" ]
74 [ -z "$ver" ] && case "$UNAME" in
78 # RHEL7: 3.10.0-1160.108.1.el7.x86_64
79 # Fedora 37: 6.5.12-100.fc37.x86_64
80 # Debian 12.6: 6.1.0-22-amd64
[all …]