Home
last modified time | relevance | path

Searched +full:load +full:- +full:save +full:- +full:gpios (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/src/mips/mscc/
H A Docelot_pcb120.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
4 /dts-v1/;
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/interrupt-controller/irq.h>
8 #include <dt-bindings/phy/phy-ocelot-serdes.h>
12 compatible = "mscc,ocelot-pcb120", "mscc,ocelot";
15 stdout-path = "serial0:115200n8";
25 phy_int_pins: phy-int-pins {
30 phy_load_save_pins: phy-load-save-pins {
42 pinctrl-names = "default";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmscc-phy-vsc8531.txt1 * Microsemi - vsc8531 Giga bit ethernet phy
4 - vsc8531,vddmac : The vddmac in mV. Allowed values is listed
7 with the 'edge-slowdown' property.
9 - vsc8531,edge-slowdown : % the edge should be slowed down relative to
19 To adjust the edge-slowdown, the 'vddmac'
21 supported edge-slowdown values for a given
24 Ref: Table:1 - Edge rate change (below).
25 - vsc8531,led-[N]-mode : LED mode. Specify how the LED[N] should behave.
29 "include/dt-bindings/net/mscc-phy-vsc8531.h".
34 - load-save-gpios : GPIO used for the load/save operation of the PTP
[all …]
/freebsd/sys/dev/usb/net/
H A Dif_axe.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
4 * Copyright (c) 1997, 1998, 1999, 2000-2003
18 * 4. Neither the name of the author nor the names of any co-contributors
53 * and has a 64-bit multicast hash filter. There is some information
57 * - You must set bit 7 in the RX control register, otherwise the
59 * - You must initialize all 3 IPG registers, or you won't be able
312 err = uether_do_request(&sc->sc_ue, &req, buf, 1000); in axe_cmd()
324 locked = mtx_owned(&sc->sc_mtx); in axe_miibus_readreg()
355 locked = mtx_owned(&sc->sc_mtx); in axe_miibus_writereg()
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
7 changes and/or newly approved ASWG ECRs - multiple contributors
9 Add a few new ACPI tables: IOVT, SWFT, KEYP - multiple contributors
11 Add many new UUIDs, Hardware/PnP/ACPI IDs - Armin Wolf and Pawel
21 ----------------------------------------
26 Added option to skip the global lock for SMM - Huacai Chen
28 Fixed non-NUL terminated string implementations - Ahmed Salem
30 Fixed CCEL and CDAT templates - Ahmed Salem
34 places - Peter Williams, Hans de Goede, Rafael Wysocki
37 behavior support - Aymeric Wibo
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe_elink.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
508 /* When this pin is active high during reset, 10GBASE-T core is power
509 * down, When it is active low the 10GBASE-T is power up
774 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1)
936 (_phy)->def_md_devad, \
942 (_phy)->def_md_devad, \
970 * elink_check_lfa - This function checks if link reinitialization is required,
982 struct bxe_softc *sc = params->sc; in elink_check_lfa()
[all …]