Searched +full:coe +full:- +full:unsupported (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only6 /dts-v1/;7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/clock/intel,agilex5-clkmgr.h>14 compatible = "intel,socfpga-agilex5";15 #address-cells = <2>;16 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 Copyright (C) 2007-2014 STMicroelectronics Ltd18 unsigned int tdes0 = le32_to_cpu(p->des0); in enh_desc_get_tx_status()31 x->tx_jabber++; in enh_desc_get_tx_status()34 x->tx_frame_flushed++; in enh_desc_get_tx_status()39 x->tx_losscarrier++; in enh_desc_get_tx_status()42 x->tx_carrier++; in enh_desc_get_tx_status()46 x->tx_collision += in enh_desc_get_tx_status()50 x->tx_deferred++; in enh_desc_get_tx_status()54 x->tx_underflow++; in enh_desc_get_tx_status()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 This is the driver for the ST MAC 10/100/1000 on-chip Ethernet controllers.6 Copyright(C) 2007-2011 STMicroelectronics Ltd29 #include <linux/dma-mapping.h>59 * with fine resolution and binary rollover. This avoid non-monotonic behavior65 #define TSO_MAX_BUFF_SIZE (SZ_16K - 1)73 static int debug = -1;75 MODULE_PARM_DESC(debug, "Message Level (-1: default, 0: no output, 16: all)");77 static int phyaddr = -1;81 #define STMMAC_TX_THRESH(x) ((x)->dma_conf.dma_tx_size / 4)[all …]