Searched +full:rzn1 +full:- +full:sja1000 (Results 1 – 4 of 4) sorted by relevance
/linux-6.15/Documentation/devicetree/bindings/net/can/ |
D | nxp,sja1000.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/can/nxp,sja1000.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Memory mapped SJA1000 CAN controller from NXP (formerly Philips) 10 - Wolfgang Grandegger <wg@grandegger.com> 15 - enum: 16 - nxp,sja1000 17 - technologic,sja1000 18 - items: [all …]
|
/linux-6.15/arch/arm/boot/dts/renesas/ |
D | r9a06g032.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/clock/r9a06g032-sysctrl.h> 14 #address-cells = <1>; 15 #size-cells = <1>; 18 #address-cells = <1>; 19 #size-cells = <0>; 23 compatible = "arm,cortex-a7"; 30 compatible = "arm,cortex-a7"; 33 enable-method = "renesas,r9a06g032-smp"; [all …]
|
/linux-6.15/drivers/net/can/sja1000/ |
D | sja1000_platform.c | 1 // SPDX-License-Identifier: GPL-2.0-only 16 #include <linux/can/platform/sja1000.h> 21 #include "sja1000.h" 28 MODULE_DESCRIPTION("Socket-CAN driver for SJA1000 on the platform bus"); 43 return ioread8(priv->reg_base + reg); in sp_read_reg8() 48 iowrite8(val, priv->reg_base + reg); in sp_write_reg8() 53 return ioread8(priv->reg_base + reg * 2); in sp_read_reg16() 58 iowrite8(val, priv->reg_base + reg * 2); in sp_write_reg16() 63 return ioread8(priv->reg_base + reg * 4); in sp_read_reg32() 68 iowrite8(val, priv->reg_base + reg * 4); in sp_write_reg32() [all …]
|
/linux-6.15/ |
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 …]
|