Home
last modified time | relevance | path

Searched full:gbe (Results 1 – 25 of 91) sorted by relevance

1234

/linux-6.12.1/drivers/video/fbdev/
Dgbefb.c2 * SGI GBE frame buffer driver
31 #include <video/gbe.h>
33 static struct sgi_gbe *gbe; variable
58 #error GBE Framebuffer cannot use more than 8MB of memory
186 gbe->ctrlstat = 0x300aa000; in gbe_reset()
193 * Description: This should turn off the monitor and gbe. This is used
206 val = gbe->vt_xy; in gbe_turn_off()
211 val = gbe->ovr_control; in gbe_turn_off()
213 gbe->ovr_control = val; in gbe_turn_off()
215 val = gbe->frm_control; in gbe_turn_off()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt5 Ethernet packets. NetCP has a gigabit Ethernet (GbE) subsystem with a ethernet
29 | |-> GBE/XGBE Switch
65 1Gb/10Gb (gbe/xgbe) ethernet switch sub-module specifications.
67 - label: Must be "netcp-gbe" for 1Gb & "netcp-xgbe" for 10Gb.
69 "ti,netcp-gbe" for 1GbE on NetCP 1.4
70 "ti,netcp-gbe-5" for 1GbE N NetCP 1.5 (N=5)
71 "ti,netcp-gbe-9" for 1GbE N NetCP 1.5 (N=9)
72 "ti,netcp-gbe-2" for 1GbE N NetCP 1.5 (N=2)
73 "ti,netcp-xgbe" for 10 GbE
181 gbe@90000 {
[all …]
Damd-xgbe.txt1 * AMD 10GbE driver (amd-xgbe)
32 0 - 1GbE and 10GbE (default)
33 1 - 2.5GbE and 10GbE
40 the setting for the 1GbE speed, the second value for the 2.5GbE speed and
41 the third value for the 10GbE speed. All three values are required if the
Dapm-xgene-enet.txt20 This is supported only on SGMII based 1GbE and 10GbE interfaces.
/linux-6.12.1/drivers/net/ethernet/wangxun/
DKconfig26 tristate "Wangxun(R) GbE PCI Express adapters support"
31 This driver supports Wangxun(R) GbE PCI Express family of
41 tristate "Wangxun(R) 10GbE PCI Express adapters support"
55 This driver supports Wangxun(R) 10GbE PCI Express family of
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_devids.h15 /* Intel(R) Ethernet Connection E823-L 1GbE */
66 /* Intel(R) Ethernet Connection E823-C 1GbE */
76 /* Intel(R) Ethernet Connection E822-C 1GbE */
84 /* Intel(R) Ethernet Connection E822-L 1GbE */
92 /* Intel(R) Ethernet Connection E825-C 1GbE */
/linux-6.12.1/drivers/infiniband/hw/cxgb4/
DKconfig10 1GbE, 10GbE adapters and T5 40GbE adapter.
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Darmada3700-periph-clock.txt36 0 gbe-50 50 MHz parent clock for Gigabit Ethernet
37 1 gbe-core parent clock for Gigabit Ethernet core
38 2 gbe-125 125 MHz parent clock for Gigabit Ethernet
45 9 gbe-bm Gigabit Ethernet Buffer Manager
/linux-6.12.1/arch/arm/boot/dts/ti/keystone/
Dkeystone-k2g-netcp.dtsi115 gbe: gbe@200000 { label
116 label = "netcp-gbe";
117 compatible = "ti,netcp-gbe-2";
144 netcp-gbe = <&gbe0>;
Dkeystone-k2e-netcp.dtsi151 gbe@200000 { /* ETHSS */
152 label = "netcp-gbe";
153 compatible = "ti,netcp-gbe-9";
228 netcp-gbe = <&gbe0>;
241 netcp-gbe = <&gbe1>;
Dkeystone-k2l-netcp.dtsi150 gbe@200000 { /* ETHSS */
151 label = "netcp-gbe";
152 compatible = "ti,netcp-gbe-5";
210 netcp-gbe = <&gbe0>;
223 netcp-gbe = <&gbe1>;
Dkeystone-k2hk-netcp.dtsi168 gbe@90000 { /* ETHSS */
171 label = "netcp-gbe";
172 compatible = "ti,netcp-gbe";
230 netcp-gbe = <&gbe0>;
243 netcp-gbe = <&gbe1>;
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/neterion/
Ds2io.rst4 Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver
7 Release notes for Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver.
41 eth3: Neterion Xframe I 10GbE adapter (rev 3), Version 2.0.9.1, Intr type INTA
42 eth4: Neterion Xframe II 10GbE adapter (rev 2), Version 2.0.9.1, Intr type INTA
180 device support ---> Ethernet (10000 Mbit) ---> S2IO 10Gbe Xframe NIC) to
195 For further support please contact either your 10GbE Xframe NIC vendor (IBM,
/linux-6.12.1/drivers/staging/greybus/
Daudio_topology.c641 struct soc_enum *gbe; in gbaudio_tplg_create_enum_kctl() local
645 gbe = devm_kzalloc(gb->dev, sizeof(*gbe), GFP_KERNEL); in gbaudio_tplg_create_enum_kctl()
646 if (!gbe) in gbaudio_tplg_create_enum_kctl()
652 gbe->items = le32_to_cpu(gb_enum->items); in gbaudio_tplg_create_enum_kctl()
653 gbe->texts = gb_generate_enum_strings(gb, gb_enum); in gbaudio_tplg_create_enum_kctl()
654 if (!gbe->texts) in gbaudio_tplg_create_enum_kctl()
658 dev_dbg(gb->dev, "Max:%d, name_length:%d\n", gbe->items, in gbaudio_tplg_create_enum_kctl()
660 for (i = 0; i < gbe->items; i++) in gbaudio_tplg_create_enum_kctl()
661 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe->texts[i]); in gbaudio_tplg_create_enum_kctl()
664 SOC_ENUM_EXT(ctl->name, *gbe, gbcodec_enum_ctl_get, in gbaudio_tplg_create_enum_kctl()
[all …]
/linux-6.12.1/arch/arm/boot/dts/marvell/
Ddove-cm-a510.dtsi56 * E1: PHY RTL8211D on internal GbE (SMI address 0x03)
73 * 1 GbE PHY reset (active low)
120 /* Optional RTL8211D GbE PHY on SMI address 0x03 */
143 /* Optional RTL8111D GbE NIC on PCIe1 */
/linux-6.12.1/drivers/phy/marvell/
Dphy-armada38x-comphy.c51 * Map serdes lanes and gbe ports to serdes mux configuration values:
53 * column index = gbe port number.
115 * We only support changing the speed for comphys configured for GBE.
188 "comphy%u: not configured for GBE\n", lane->n); in a38x_comphy_xlate()
/linux-6.12.1/arch/sparc/vdso/
Dvdso2c.c100 #define GBE(x, bits, ifnot) \ macro
109 GBE(x, 64, GBE(x, 32, GBE(x, 16, LAST_GBE(x))))
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dphy-tegra194-p2u.yaml15 Tegra234 has three PHY bricks namely HSIO, NVHS and GBE (Gigabit Ethernet)
18 interface and PHY of HSIO/NVHS/GBE bricks. Each P2U instance represents one
Dphy-mvebu-comphy.txt20 * Lane 1 (PCIe/GbE)
21 * Lane 0 (USB3/GbE)
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h131 /* 10GbE MAC Block Registers */
132 /* Note that those registers that are exactly the same for 10GbE as for
140 /* 10GbE specific, and different from tri-speed */
141 #define REG_MISC_10G CRA(0x1,0xa,0x00) /* Misc 10GbE setup */
165 /* pn = port number 0-9 for tri-speed, 10 for 10GbE */
166 /* Both tri-speed and 10GbE */
198 /* pn = port number, 0-a, a = 10GbE */
269 #define REG_STAT_STICKY10G CRA(0x4,0xa,StatSticky1G) /* 10GbE sticky bits */
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/huawei/
Dhinic.rst11 The driver supports a range of link-speed devices (10GbE, 25GbE, 40GbE, etc.).
/linux-6.12.1/drivers/net/ethernet/intel/
DKconfig146 tristate "Intel(R) 10GbE PCI Express adapters support"
152 This driver supports Intel(R) 10GbE PCI Express family of
165 bool "Intel(R) 10GbE PCI Express adapters HWMON support"
201 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
/linux-6.12.1/drivers/net/ethernet/ti/
Dnetcp_ethss.c3 * Keystone GBE and XGBE subsystem code
37 #define GBE_MODULE_NAME "netcp-gbe"
173 offsetof(struct gbe##_##rb, rn)
809 /* GBE module A */
844 /* GBE module B */
879 /* GBE module C */
914 /* GBE module D */
1626 /* GBE module 0 */
2894 dev_dbg(gbe_dev->dev, "initializing gbe version %d.%d (%d) GBE identification value 0x%x\n", in gbe_open()
3330 "Can't translate of node(%pOFn) of gbe ss address at %d\n", in get_gbe_resource_version()
[all …]
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v1.c212 * 1GbE, second for 2.5GbE and third for 10GbE
407 netif_dbg(pdata, link, pdata->netdev, "10GbE KR mode set\n"); in xgbe_phy_kr_mode()
450 netif_dbg(pdata, link, pdata->netdev, "2.5GbE KX mode set\n"); in xgbe_phy_kx_2500_mode()
493 netif_dbg(pdata, link, pdata->netdev, "1GbE KX mode set\n"); in xgbe_phy_kx_1000_mode()
/linux-6.12.1/include/video/
Dgbe.h3 * include/video/gbe.h -- SGI GBE (Graphics Back End)
279 /* [1] - only GBE revision 2 and later */

1234