Home
last modified time | relevance | path

Searched full:gem (Results 1 – 25 of 151) sorted by relevance

1234567

/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dmacb.txt1 * Cadence MACB/GEM Ethernet controller
4 - compatible: Should be "cdns,[<chip>-]{macb|gem}"
10 Use "atmel,sama5d2-gem" for the GEM IP (10/100) available on Atmel sama5d2 SoCs.
11 Use "atmel,sama5d29-gem" for GEM XL IP (10/100) available on Atmel sama5d29 SoCs.
13 Use "atmel,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs.
14 Use "atmel,sama5d4-gem" for the GEM IP (10/100) available on Atmel sama5d4 SoCs.
15 Use "cdns,zynq-gem" Xilinx Zynq-7xxx SoC.
16 Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC.
17 Use "sifive,fu540-c000-gem" for SiFive FU540-C000 SoC.
19 Use "microchip,sama7g5-gem" for Microchip SAMA7G5 gigabit ethernet interface.
[all …]
H A Dcdns,macb.yaml7 title: Cadence MACB/GEM Ethernet controller
23 - cdns,zynq-gem # Xilinx Zynq-7xxx SoC
24 - cdns,zynqmp-gem # Xilinx Zynq Ultrascale+ MPSoC
25 - const: cdns,gem # Generic
30 - xlnx,versal-gem # Xilinx Versal
31 - xlnx,zynq-gem # Xilinx Zynq-7xxx SoC
32 - xlnx,zynqmp-gem # Xilinx Zynq Ultrascale+ MPSoC
33 - const: cdns,gem # Generic
50 - atmel,sama5d29-gem # GEM X
[all...]
/freebsd-src/share/man/man4/
H A Dgem.41 .\" $NetBSD: gem.4,v 1.2 2003/02/14 15:20:18 grant Exp $
31 .Nm gem
32 .Nd GEM/GMAC Ethernet device driver
39 .Cd "device gem"
69 Sun GEM Gigabit Ethernet
H A Dcgem.430 .Nd "Cadence GEM Gigabit Ethernet driver"
43 driver provides support for the Cadence GEM (Gigabit Ethernet MAC).
44 The Cadence GEM is used in some SoC (System on a Chip) devices such as
81 The GEM supports 1000Mbps in
129 This variable counts the number of interrupts due to the GEM buffer ring
135 The number of times the GEM's transmit ring was full.
268 The GEM can perform TCP/UDP/IP checksum offloading.
269 However, when transmit checksum offloading is enabled, the GEM generates and
286 The GEM used in the Zynq-7000 has a bug such that the receiver can
H A Dmiibus.476 .It Xr gem 4
77 Sun ERI, Sun GEM and Apple GMAC Ethernet
145 .Xr gem 4 ,
/freebsd-src/sys/dev/gem/
H A Dif_gem_pci.c35 * PCI bindings for Apple GMAC and Sun GEM Ethernet controllers
60 #include <dev/gem/if_gemreg.h>
61 #include <dev/gem/if_gemvar.h>
79 { 0x2bad108e, GEM_SUN_GEM, "Sun GEM Gigabit Ethernet" },
108 "gem",
113 DRIVER_MODULE(gem, pci, gem_pci_driver, 0, 0);
114 MODULE_PNP_INFO("W32:vendor/device", pci, gem, gem_pci_devlist,
116 MODULE_DEPEND(gem, pci, 1, 1, 1);
117 MODULE_DEPEND(gem, ether, 1, 1, 1);
250 * SUNW,pci-gem cards have a single large resource VPD-R tag in gem_pci_attach()
/freebsd-src/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,rpmh.yaml33 - qcom,sc7180-gem-noc
45 - qcom,sc8180x-gem-noc
78 - qcom,sm8150-gem-noc
87 - qcom,sm8250-gem-noc
97 - qcom,sm8350-gem-noc
H A Dqcom,sc7280-rpmh.yaml28 - qcom,sc7280-gem-noc
112 compatible = "qcom,sc7280-gem-noc";
H A Dqcom,sc8280xp-rpmh.yaml27 - qcom,sc8280xp-gem-noc
H A Dqcom,sa8775p-rpmh.yaml26 - qcom,sa8775p-gem-noc
H A Dqcom,qdu1000-rpmh.yaml25 - qcom,qdu1000-gem-noc
H A Dqcom,sm6350-rpmh.yaml25 - qcom,sm6350-gem-noc
/freebsd-src/sys/dts/arm/
H A Dzynq-7000.dtsi179 compatible = "cdns,zynq-gem", "cadence,gem";
189 compatible = "cdns,zynq-gem", "cadence,gem";
/freebsd-src/tools/kerneldoc/subsys/
H A DDoxyfile-dev_gem6 PROJECT_NAME = "FreeBSD kernel GEM device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/gem/ \
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Dxlnx,versal-clk.yaml108 - description: GEM emio clock (Optional clock)
120 - pattern: "gem[0-3]+_emio_clk.*$"
/freebsd-src/sys/dev/drm2/
H A Ddrm_gem.c65 * Initialize the GEM device fields
124 * Initialize an already allocated GEM object of the specified size with
125 * no GEM provided backing store. Instead the caller is responsible for
405 * obj->vm_obj can be NULL for private gem objects. in drm_gem_object_release()
/freebsd-src/sys/riscv/conf/
H A Dstd.sifive5 device cgem # Cadence GEM Gigabit Ethernet device
/freebsd-src/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp.dtsi738 compatible = "xlnx,zynqmp-gem", "cdns,gem";
752 compatible = "xlnx,zynqmp-gem", "cdns,gem";
766 compatible = "xlnx,zynqmp-gem", "cdns,gem";
780 compatible = "xlnx,zynqmp-gem", "cdns,gem";
/freebsd-src/sys/arm64/conf/
H A Dstd.xilinx14 device cgem # Cadence GEM Gigabit Ethernet device
/freebsd-src/sys/modules/gem/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/gem
/freebsd-src/sys/contrib/device-tree/src/arm/microchip/
H A Dsama5d29.dtsi15 compatible = "atmel,sama5d29-gem";
/freebsd-src/sys/contrib/device-tree/src/arm/xilinx/
H A Dzynq-7000.dtsi248 compatible = "xlnx,zynq-gem", "cdns,gem";
259 compatible = "xlnx,zynq-gem", "cdns,gem";
/freebsd-src/sys/powerpc/conf/
H A DGENERIC151 device gem # Sun GEM/Sun ERI/Apple GMAC
H A DGENERIC64LE176 device gem # Sun GEM/Sun ERI/Apple GMAC
/freebsd-src/sys/arm/conf/
H A DZEDBOARD59 device cgem # Cadence GEM Gigabit Ethernet device

1234567