/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | macb.txt | 1 * 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 D | cdns,macb.yaml | 7 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 D | gem.4 | 1 .\" $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 D | cgem.4 | 30 .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 D | miibus.4 | 76 .It Xr gem 4 77 Sun ERI, Sun GEM and Apple GMAC Ethernet 145 .Xr gem 4 ,
|
/freebsd-src/sys/dev/gem/ |
H A D | if_gem_pci.c | 35 * 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 D | qcom,rpmh.yaml | 33 - 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 D | qcom,sc7280-rpmh.yaml | 28 - qcom,sc7280-gem-noc 112 compatible = "qcom,sc7280-gem-noc";
|
H A D | qcom,sc8280xp-rpmh.yaml | 27 - qcom,sc8280xp-gem-noc
|
H A D | qcom,sa8775p-rpmh.yaml | 26 - qcom,sa8775p-gem-noc
|
H A D | qcom,qdu1000-rpmh.yaml | 25 - qcom,qdu1000-gem-noc
|
H A D | qcom,sm6350-rpmh.yaml | 25 - qcom,sm6350-gem-noc
|
/freebsd-src/sys/dts/arm/ |
H A D | zynq-7000.dtsi | 179 compatible = "cdns,zynq-gem", "cadence,gem"; 189 compatible = "cdns,zynq-gem", "cadence,gem";
|
/freebsd-src/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_gem | 6 PROJECT_NAME = "FreeBSD kernel GEM device code" 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/gem/ \
|
/freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
H A D | xlnx,versal-clk.yaml | 108 - description: GEM emio clock (Optional clock) 120 - pattern: "gem[0-3]+_emio_clk.*$"
|
/freebsd-src/sys/dev/drm2/ |
H A D | drm_gem.c | 65 * 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 D | std.sifive | 5 device cgem # Cadence GEM Gigabit Ethernet device
|
/freebsd-src/sys/contrib/device-tree/src/arm64/xilinx/ |
H A D | zynqmp.dtsi | 738 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 D | std.xilinx | 14 device cgem # Cadence GEM Gigabit Ethernet device
|
/freebsd-src/sys/modules/gem/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/gem
|
/freebsd-src/sys/contrib/device-tree/src/arm/microchip/ |
H A D | sama5d29.dtsi | 15 compatible = "atmel,sama5d29-gem";
|
/freebsd-src/sys/contrib/device-tree/src/arm/xilinx/ |
H A D | zynq-7000.dtsi | 248 compatible = "xlnx,zynq-gem", "cdns,gem"; 259 compatible = "xlnx,zynq-gem", "cdns,gem";
|
/freebsd-src/sys/powerpc/conf/ |
H A D | GENERIC | 151 device gem # Sun GEM/Sun ERI/Apple GMAC
|
H A D | GENERIC64LE | 176 device gem # Sun GEM/Sun ERI/Apple GMAC
|
/freebsd-src/sys/arm/conf/ |
H A D | ZEDBOARD | 59 device cgem # Cadence GEM Gigabit Ethernet device
|