/linux/Documentation/devicetree/bindings/net/ |
H A D | brcm,unimac-mdio.yaml | 4 $id: http://devicetree.org/schemas/net/brcm,unimac-mdio.yaml# 7 title: Broadcom UniMAC MDIO bus controller 28 - brcm,unimac-mdio 79 compatible = "brcm,unimac-mdio";
|
H A D | brcm,asp-v2.0.yaml | 78 the unimac/port. 89 $ref: brcm,unimac-mdio.yaml 92 ASP internal UniMAC MDIO bus
|
H A D | brcm,bcmgenet.yaml | 58 $ref: brcm,unimac-mdio.yaml 61 GENET internal UniMAC MDIO bus
|
/linux/drivers/net/mdio/ |
H A D | mdio-bcm-unimac.c | 3 * Broadcom UniMAC MDIO bus controller driver 17 #include <linux/platform_data/mdio-bcm-unimac.h> 280 bus->name = "unimac MII bus"; in unimac_mdio_probe() 309 dev_info(&pdev->dev, "Broadcom UniMAC MDIO bus\n"); in unimac_mdio_probe() 346 { .compatible = "brcm,unimac-mdio", }, 363 MODULE_DESCRIPTION("Broadcom UniMAC MDIO bus controller");
|
H A D | Kconfig | 97 tristate "Broadcom UniMAC MDIO bus controller" 100 This module provides a driver for the Broadcom UniMAC MDIO busses.
|
H A D | Makefile | 10 obj-$(CONFIG_MDIO_BCM_UNIMAC) += mdio-bcm-unimac.o
|
/linux/include/linux/platform_data/ |
H A D | mdio-bcm-unimac.h | 14 #define UNIMAC_MDIO_DRV_NAME "unimac-mdio"
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 136 /* If UniMAC forwards CRC, we need to skip over it to get in bcm_sysport_set_rx_csum() 226 /* UniMAC RSV counters */ 256 /* UniMAC TSV counters */ 286 /* UniMAC RUNT counters */ 856 /* UniMAC may forward CRC */ in bcm_sysport_desc_rx() 1811 /* UniMAC stops on a packet boundary, wait for a full-sized packet in umac_enable_set() 1972 /* Reset UniMAC */ in bcm_sysport_open() 1978 /* Disable the UniMAC RX/TX */ in bcm_sysport_open() 2063 /* Turn on UniMAC TX/RX */ in bcm_sysport_open() 2112 /* Disable UniMAC RX */ in bcm_sysport_stop() [all …]
|
H A D | bcmsysport.h | 16 #include "unimac.h" 215 /* UniMAC offset and defines */
|
H A D | bgmac.h | 7 #include "unimac.h"
|
H A D | bcm4908_enet.c | 18 #include "unimac.h"
|
/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 24 #include <linux/platform_data/mdio-bcm-unimac.h> 488 /* Unimac MDIO bus controller starts at UniMAC offset + MDIO_CMD in bcmgenet_mii_register()
|
H A D | bcmgenet.c | 1041 /* UniMAC RSV counters */ 1071 /* UniMAC TSV counters */ 1101 /* UniMAC RUNT counters */ 1106 /* Misc UniMAC counters */ 1636 /* Power down the unimac, based on mode. */ 2483 /* UniMAC stops on a packet boundary, wait for a full-size packet in umac_enable_set() 2563 /* If UniMAC forwards CRC, we need to skip over it to get in init_umac() 3369 /* If this is an internal GPHY, power it back on now, before UniMAC is in bcmgenet_open() 3370 * brought out of reset as absolutely no UniMAC activity is allowed in bcmgenet_open() 3647 * without disabling the UniMAC RX/TX enable bits. in bcmgenet_set_mac_addr() [all …]
|
H A D | bcmgenet.h | 19 #include "../unimac.h" 237 /* uniMac intrl2 registers */
|
H A D | bcmgenet_wol.c | 180 /* Do not leave UniMAC in MPD mode only */ in bcmgenet_wol_power_down_cfg()
|
/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_ethtool.c | 51 STAT_BCMASP_RX_CTRL_PER_INTF("Frames From Unimac",
|
H A D | bcmasp_intf.c | 426 /* UniMAC stops on a packet boundary, wait for a full-sized packet in umac_enable_set() 1316 /* Bring UniMAC out of reset if needed and enable RX */ in bcmasp_suspend_to_wol()
|
H A D | bcmasp.c | 984 /* Disable and clear both UniMAC's wake-up interrupts to avoid in bcmasp_core_init()
|
/linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
H A D | bcm4908.dtsi | 272 compatible = "brcm,unimac-mdio";
|
/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 617 dn = of_find_compatible_node(NULL, NULL, "brcm,unimac-mdio"); in bcm_sf2_mdio_register() 644 * controller that comes with this switch backed by the "mdio-unimac" in bcm_sf2_mdio_register()
|
/linux/drivers/net/phy/ |
H A D | broadcom.c | 844 * We ignore -EIO here as the MDIO controller (e.g.: mdio-bcm-unimac) in brcm_fet_config_init()
|
/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 1500 /* Port 7 on 7278 connects to the ASP's UniMAC which is not capable of in b53_vlan_prepare()
|
/linux/ |
H A D | MAINTAINERS | 4393 F: drivers/net/ethernet/broadcom/unimac.h 4641 F: Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml 4643 F: drivers/net/ethernet/broadcom/unimac.h 4644 F: drivers/net/mdio/mdio-bcm-unimac.c 4646 F: include/linux/platform_data/mdio-bcm-unimac.h 4684 F: drivers/net/ethernet/broadcom/unimac.h 4794 F: drivers/net/ethernet/broadcom/unimac.h 8454 F: include/linux/platform_data/mdio-bcm-unimac.h
|