Searched +full:eth +full:- +full:ck (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only3 * dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU38 *------------------------------------------40 *------------------------------------------42 *------------------------------------------44 *------------------------------------------46 *------------------------------------------48 *------------------------------------------64 * ---------------------------------------------------------------------------65 *| MII | - | eth-ck | n/a | n/a |[all …]
7 * - SOCK_STREAM8 * - SOCK_DGRAM9 * - SOCK_DGRAM with UDP_CORK10 * - SOCK_RAW11 * - SOCK_RAW with IP_HDRINCL14 * - SOCK_DGRAM15 * - SOCK_RAW18 * - SOCK_SEQPACKET21 * the other with option '-r' to put it in receiver mode.23 * If zerocopy mode ('-z') is enabled, the sender will verify that[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/net/stm32-dwmac.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Alexandre Torgue <alexandre.torgue@foss.st.com>12 - Christophe Roullier <christophe.roullier@foss.st.com>23 - st,stm32-dwmac24 - st,stm32mp1-dwmac26 - compatible29 - $ref: "snps,dwmac.yaml#"[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 1999 - 2018 Intel Corporation. */35 static int debug = -1;110 * __ew32_prepare - prepare to write to MAC CSR register on certain parts125 while ((er32(FWSM) & E1000_ICH_FWSM_PCIM2PCI) && --i) in __ew32_prepare()131 if (hw->adapter->flags2 & FLAG2_PCIM2PCI_ARBITER_WA) in __ew32()134 writel(val, hw->hw_addr + reg); in __ew32()138 * e1000_regdump - register printout routine148 switch (reginfo->ofs) { in e1000_regdump()162 pr_info("%-15s %08x\n", in e1000_regdump()[all …]