/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | macb.txt | 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. 22 For "sifive,fu540-c000-gem", second range is required to specify the [all …]
|
/freebsd/sys/dev/gem/ |
H A D | if_gem_pci.c | 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);
|
H A D | if_gem.c | 134 DRIVER_MODULE(miibus, gem, miibus_driver, 0, 0); 135 MODULE_DEPEND(gem, miibus, 1, 1, 1);
|
/freebsd/sys/dts/arm/ |
H A D | zynq-7000.dtsi | 179 compatible = "cdns,zynq-gem", "cadence,gem"; 189 compatible = "cdns,zynq-gem", "cadence,gem";
|
/freebsd/sys/modules/gem/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/gem
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_gem | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/gem/ \
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | sama5d29.dtsi | 15 compatible = "atmel,sama5d29-gem";
|
H A D | sama5d3_gmac.dtsi | 67 compatible = "atmel,sama5d3-gem";
|
H A D | sama5d4.dtsi | 400 compatible = "atmel,sama5d4-gem"; 649 compatible = "atmel,sama5d4-gem";
|
/freebsd/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/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/sys/arm/nvidia/drm2/ |
H A D | tegra_dc.c | 974 struct drm_gem_object *gem; in dc_cursor_set() local 1003 gem = NULL; in dc_cursor_set() 1005 gem = drm_gem_object_lookup(drm_crtc->dev, file, handle); in dc_cursor_set() 1006 if (gem == NULL) in dc_cursor_set() 1008 bo = container_of(gem, struct tegra_bo, gem_obj); in dc_cursor_set() 1014 sc->cursor_gem = gem; in dc_cursor_set()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | xlnx,zynqmp-clk.txt | 41 - mio_clk_50_or_51 #for the mux clock to gem tsu from 50 or 51
|
/freebsd/share/man/man4/ |
H A D | Makefile | 174 gem.4 \ 703 MLINKS+=gem.4 if_gem.4
|
/freebsd/sys/contrib/device-tree/src/riscv/sifive/ |
H A D | fu540-c000.dtsi | 271 compatible = "sifive,fu540-c000-gem";
|
H A D | fu740-c000.dtsi | 276 compatible = "sifive,fu540-c000-gem";
|
/freebsd/sys/contrib/device-tree/src/arm64/lg/ |
H A D | lg1312.dtsi | 115 compatible = "cdns,gem";
|
H A D | lg1313.dtsi | 115 compatible = "cdns,gem";
|
/freebsd/crypto/openssh/ |
H A D | CREDITS | 40 Gary E. Miller <gem@rellim.com> - SCO support
|
/freebsd/share/misc/ |
H A D | iso639 | 188 gem gem Germanic languages
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 151 device gem # Sun GEM/Sun ERI/Apple GMAC
|
H A D | GENERIC64 | 180 device gem # Sun GEM/Sun ERI/Apple GMAC
|
H A D | GENERIC64LE | 176 device gem # Sun GEM/Sun ERI/Apple GMAC
|
/freebsd/sys/modules/ |
H A D | Makefile | 129 gem \
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 227 device gem # Sun GEM/Sun ERI/Apple GMAC
|