Searched refs:macb (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/drivers/net/ |
D | macb.c | 146 static int macb_is_gem(struct macb_device *macb) in macb_is_gem() argument 148 return MACB_BFEXT(IDNUM, macb_readl(macb, MID)) >= 0x2; in macb_is_gem() 159 static int gem_is_gigabit_capable(struct macb_device *macb) in gem_is_gigabit_capable() argument 165 return macb_is_gem(macb) && !cpu_is_sama5d2() && !cpu_is_sama5d4(); in gem_is_gigabit_capable() 168 static void macb_mdio_write(struct macb_device *macb, u8 phy_adr, u8 reg, in macb_mdio_write() argument 175 netctl = macb_readl(macb, NCR); in macb_mdio_write() 177 macb_writel(macb, NCR, netctl); in macb_mdio_write() 185 macb_writel(macb, MAN, frame); in macb_mdio_write() 188 netstat = macb_readl(macb, NSR); in macb_mdio_write() 191 netctl = macb_readl(macb, NCR); in macb_mdio_write() [all …]
|
D | Makefile | 38 obj-$(CONFIG_MACB) += macb.o
|
/external/u-boot/arch/arm/dts/ |
D | at91sam9x5_macb1.dtsi | 44 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | sama5d3_emac.dtsi | 44 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91sam9x5_macb0.dtsi | 56 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | sam9x60.dtsi | 87 compatible = "cdns,sam9x60-macb", "cdns,macb";
|
D | at91sam9260.dtsi | 580 macb { 862 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91sam9263.dtsi | 494 macb { 868 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | at91sam9g45.dtsi | 620 macb { 978 compatible = "cdns,at91sam9260-macb", "cdns,macb";
|
D | sama5d2.dtsi | 632 compatible = "cdns,macb";
|
/external/u-boot/drivers/net/ti/ |
D | keystone_net.c | 499 u32 macb = 0; in ks2_eth_read_rom_hwaddr() local 504 macb = __raw_readl(MAC_ID_BASE_ADDR + 4); in ks2_eth_read_rom_hwaddr() 507 pdata->enetaddr[0] = (macb >> 8) & 0xff; in ks2_eth_read_rom_hwaddr() 508 pdata->enetaddr[1] = (macb >> 0) & 0xff; in ks2_eth_read_rom_hwaddr()
|
/external/u-boot/doc/board/xilinx/ |
D | xilinx.rst | 22 - Documentation/devicetree/bindings/net/macb.txt
|
/external/u-boot/doc/board/sifive/ |
D | fu540.rst | 314 [ 0.429964] macb 10090000.ethernet: Registered clk switch 'sifive-gemgxl-mgmt' 315 [ 0.436743] macb: GEM doesn't support hardware ptp. 318 …[ 0.615857] macb 10090000.ethernet eth0: Cadence GEM rev 0x10070109 at 0x10090000 irq 6 (70:b3:… 342 [ 3.821524] macb 10090000.ethernet eth0: link up (1000/Full)
|