Home
last modified time | relevance | path

Searched +full:dw +full:- +full:i3c +full:- +full:master +full:- +full:1 (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/i3c/
Dsnps,dw-i3c-master.yaml1 # 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 <alexandre.belloni@bootlin.com>
13 - $ref: i3c.yaml#
17 const: snps,dw-i3c-master-1.00a
20 maxItems: 1
23 maxItems: 1
[all …]
/kernel/linux/linux-6.6/drivers/i3c/master/
Dast2600-i3c-master.c1 // 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 …]
Ddw-i3c-master.c1 // SPDX-License-Identifier: GPL-2.0
13 #include <linux/i3c/master.h>
24 #include "dw-i3c-master.h"
66 #define RESPONSE_ERROR_CRC 1
81 #define IBI_QUEUE_IBI_ADDR(x) (IBI_QUEUE_STATUS_IBI_ID(x) >> 1)
92 #define QUEUE_THLD_CTRL_IBI_STAT(x) (((x) - 1) << 24)
96 #define QUEUE_THLD_CTRL_RESP_BUF(x) (((x) - 1) << 8)
111 #define RESET_CTRL_CMD_QUEUE BIT(1)
130 #define INTR_RX_THLD_STAT BIT(1)
249 return (0x9669 >> p) & 1; in even_parity()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/intel/
Dsocfpga_agilex5.dtsi1 // 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 …]
/kernel/linux/linux-5.10/drivers/i3c/master/
Ddw-i3c-master.c1 // SPDX-License-Identifier: GPL-2.0
13 #include <linux/i3c/master.h>
64 #define RESPONSE_ERROR_CRC 1
79 #define QUEUE_THLD_CTRL_RESP_BUF(x) (((x) - 1) << 8)
94 #define RESET_CTRL_CMD_QUEUE BIT(1)
113 #define INTR_RX_THLD_STAT BIT(1)
255 return (0x9669 >> p) & 1; in even_parity()
261 if (cmd->ndests > 1) in dw_i3c_master_supports_ccc_cmd()
264 switch (cmd->id) { in dw_i3c_master_supports_ccc_cmd()
296 to_dw_i3c_master(struct i3c_master_controller *master) in to_dw_i3c_master() argument
[all …]
/kernel/linux/linux-6.6/
DMAINTAINERS5 ---------------------------------------------------
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 …]
/kernel/linux/linux-5.10/
DMAINTAINERS9 -------------------------
11 1. Always *test* your changes, however small, on at least 4 or
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
[all …]