Home
last modified time | relevance | path

Searched +full:ipq4019 +full:- +full:mdio (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dqcom,ipq4019-mdio.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/net/qcom,ipq4019
[all...]
/freebsd-src/sys/dev/qcom_mdio/
H A Dqcom_mdio_ipq4018.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * This is the MDIO controller for the IPQ4018/IPQ4019.
69 if (ofw_bus_is_compatible(dev, "qcom,ipq4019-mdio") == 0) in qcom_mdio_ipq4018_probe()
73 "Qualcomm Atheros IPQ4018/IPQ4019 MDIO driver"); in qcom_mdio_ipq4018_probe()
82 if (sc->sc_mem_res != NULL) in qcom_mdio_ipq4018_detach()
83 bus_release_resource(dev, SYS_RES_MEMORY, sc->sc_mem_rid, in qcom_mdio_ipq4018_detach()
84 sc->sc_mem_res); in qcom_mdio_ipq4018_detach()
85 mtx_destroy(&sc->sc_mtx); in qcom_mdio_ipq4018_detach()
93 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev); in qcom_mdio_sysctl_attach()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-ipq4019.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include <dt-bindings/clock/qcom,gcc-ipq4019.h>
9 #include <dt-bindings/interrupt-controlle
599 mdio: mdio@90000 { global() label
[all...]
H A Dqcom-ipq4018-jalapeno.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
4 #include "qcom-ipq4019.dtsi"
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
14 mdio_pins: mdio
[all...]
H A Dqcom-ipq4018-ap120c-ac.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 #include "qcom-ipq4019.dtsi"
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
8 model = "ALFA Network AP120C-A
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,ipq4019-pinctrl.txt1 Qualcomm Atheros IPQ4019 TLMM block
7 - compatible: "qcom,ipq4019-pinctrl"
8 - reg: Should be the base address and length of the TLMM block.
9 - interrupts: Should be the parent IRQ of the TLMM block.
10 - interrupt-controller: Marks the device node as an interrupt controller.
11 - #interrupt-cells: Should be two.
12 - gpio-controller: Marks the device node as a GPIO controller.
13 - #gpio-cells : Should be two.
16 - gpio-ranges: see ../gpio/gpio.txt
20 - gpio-reserved-ranges: see ../gpio/gpio.txt
[all …]
/freebsd-src/sys/dts/arm/
H A Dqcom-ipq4019-ethernet.dtsi1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
28 #include <dt-bindings/net/qcom-qca807x.h>
32 mdio: mdio@90000 { label
33 #address-cells = <1>;
34 #size-cells = <0>;
35 compatible = "qcom,ipq4019-mdio";
40 ess-switch@c000000 {
41 compatible = "qcom,ess-switch";
44 reset-names = "ess_rst";
[all …]
H A Dqcom-ipq4018-rt-ac58u.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 #include "qcom/qcom-ipq4019.dtsi"
4 #include "qcom-ipq4019-etherne
[all...]
/freebsd-src/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
53 #include <dev/mdio/mdio.h>
79 { "qcom,ess-switch", 1 },
90 if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0) in ar40xx_probe()
103 callout_reset(&sc->sc_phy_callou in ar40xx_tick()
[all...]
H A Dar40xx_var.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 #define AR40XX_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx)
31 #define AR40XX_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx)
32 #define AR40XX_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED)
38 bus_write_4(sc->sc_ess_mem_res, (reg), (val)); \
41 #define AR40XX_REG_READ(sc, reg) bus_read_4(sc->sc_ess_mem_res, (reg))
43 #define AR40XX_REG_BARRIER_WRITE(sc) bus_barrier((sc)->sc_ess_mem_res, \
44 0, (sc)->sc_ess_mem_size, BUS_SPACE_BARRIER_WRITE)
45 #define AR40XX_REG_BARRIER_READ(sc) bus_barrier((sc)->sc_ess_mem_res, \
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dipq6018.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/qcom,gcc-ipq601
304 mdio: mdio@90000 { global() label
[all...]
H A Dipq8074.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/clock/qcom,gcc-ipq8074.h>
10 #address-cell
246 mdio: mdio@90000 { global() label
[all...]