Searched +full:ep9301 +full:- +full:eth (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | cirrus,ep9301-eth.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/cirrus,ep9301-eth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 11 - Nikita Shubin <nikita.shubin@maquefel.me> 14 - $ref: ethernet-controller.yaml# 19 - const: cirrus,ep9301-eth 20 - items: 21 - enum: [all …]
|
/linux-6.12.1/arch/arm/boot/dts/cirrus/ |
D | ep93xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/clock/cirrus,ep9301-syscon.h> 11 compatible = "simple-bus"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 compatible = "cirrus,ep9301-syscon", "syscon"; 20 #clock-cells = <1>; [all …]
|
/linux-6.12.1/drivers/net/ethernet/cirrus/ |
D | ep93xx_eth.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 #include <linux/dma-mapping.h> 25 #define DRV_MODULE_NAME "ep93xx-eth" 176 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off)) 177 #define rdw(ep, off) __raw_readw((ep)->base_addr + (off)) 178 #define rdl(ep, off) __raw_readl((ep)->base_addr + (off)) 179 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off)) 180 #define wrw(ep, off, val) __raw_writew((val), (ep)->base_addr + (off)) 181 #define wrl(ep, off, val) __raw_writel((val), (ep)->base_addr + (off)) 238 entry = ep->rx_pointer; in ep93xx_rx() [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|