Home
last modified time | relevance | path

Searched +full:revision +full:- +full:id2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mii/
H A Dmiivar.h3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
92 #define MII_TICK 1 /* once-per-second tick */
108 uint32_t mii_mpd_rev; /* the PHY's revision (MII_REV())*/
139 #define MIIF_HAVE_GTCR 0x00000040 /* has 100base-T2/1000base-T CR */
140 #define MIIF_IS_1000X 0x00000080 /* is a 1000BASE-X device */
143 #define MIIF_FORCEANEG 0x00000400 /* force auto-negotiation */
166 #define MII_OFFSET_ANY -1
167 #define MII_PHY_ANY -1
238 MIIBUS_READREG((p)->mii_dev, (p)->mii_phy, (r))
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr2.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LPDDR2 SDRAM compliant to JEDEC JESD209-2
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 - $ref: jedec,lpddr-props.yaml#
18 - items:
19 - enum:
20 - elpida,ECB240ABACN
[all …]
/freebsd/sys/arm64/arm64/
H A Dgic_v3.c1 /*-
2 * Copyright (c) 2015-2016 The FreeBSD Foundation
112 static u_int sgi_to_ipi[GIC_LAST_SGI - GIC_FIRST_SGI + 1];
144 /* MSI/MSI-X */
166 * Driver-specific definitions.
173 /* Destination registers, either Distributor or Re-Distributor */
185 /* be used for MSI/MSI-X interrupts */
187 /* for a MSI/MSI-X interrupt */
226 rdist = sc->gic_redists.pcpu[PCPU_GET(cpuid)].res; in gic_r_read_4()
227 offset += sc->gic_redist in gic_r_read_4()
[all...]