Searched +full:dw +full:- +full:i3c +full:- +full:master +full:- +full:1 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---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 block10 - Alexandre Belloni <alexandre.belloni@bootlin.com>13 - $ref: i3c.yaml#17 const: snps,dw-i3c-master-1.00a20 maxItems: 123 maxItems: 1[all …]
1 // SPDX-License-Identifier: GPL-2.013 #include <linux/i3c/master.h>64 #define RESPONSE_ERROR_CRC 179 #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 …]
9 -------------------------11 1. Always *test* your changes, however small, on at least 4 or30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 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 this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------[all …]