Home
last modified time | relevance | path

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

/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/
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 …]