Searched +full:dw +full:- +full:i3c +full:- +full:master +full:- +full:1 (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/i3c/ |
D | snps,dw-i3c-master.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/i3c/snps,dw-i3c-master.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Synopsys DesignWare I3C master block 10 - Alexandre Belloni <[email protected]> 13 - $ref: i3c.yaml# 17 const: snps,dw-i3c-master-1.00a 20 maxItems: 1 23 minItems: 1 [all …]
|
/linux-6.14.4/drivers/i3c/master/ |
D | ast2600-i3c-master.c | 1 // SPDX-License-Identifier: GPL-2.0 14 #include "dw-i3c-master.h" 16 /* AST2600-specific global register set */ 26 #define AST2600_I3CG_REG1_TEST_MODE BIT(1) 42 struct dw_i3c_master dw; member 48 static struct ast2600_i3c *to_ast2600_i3c(struct dw_i3c_master *dw) in to_ast2600_i3c() argument 50 return container_of(dw, struct ast2600_i3c, dw); in to_ast2600_i3c() 68 return -EINVAL; in ast2600_i3c_pullup_to_reg() 77 static int ast2600_i3c_init(struct dw_i3c_master *dw) in ast2600_i3c_init() argument 79 struct ast2600_i3c *i3c = to_ast2600_i3c(dw); in ast2600_i3c_init() local [all …]
|
D | dw-i3c-master.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/i3c/master.h> 26 #include "dw-i3c-master.h" 68 #define RESPONSE_ERROR_CRC 1 83 #define IBI_QUEUE_IBI_ADDR(x) (IBI_QUEUE_STATUS_IBI_ID(x) >> 1) 94 #define QUEUE_THLD_CTRL_IBI_STAT(x) (((x) - 1) << 24) 98 #define QUEUE_THLD_CTRL_RESP_BUF(x) (((x) - 1) << 8) 113 #define RESET_CTRL_CMD_QUEUE BIT(1) 132 #define INTR_RX_THLD_STAT BIT(1) 229 #define AMD_I3C_OD_PP_TIMING BIT(1) [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /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 …]
|
/linux-6.14.4/ |
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-[email protected] 88 F: drivers/scsi/3w-* [all …]
|