Lines Matching +full:auto +full:- +full:baud

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
39 QE_BRG1, /* Baud Rate Generator 1 */
40 QE_BRG2, /* Baud Rate Generator 2 */
41 QE_BRG3, /* Baud Rate Generator 3 */
42 QE_BRG4, /* Baud Rate Generator 4 */
43 QE_BRG5, /* Baud Rate Generator 5 */
44 QE_BRG6, /* Baud Rate Generator 6 */
45 QE_BRG7, /* Baud Rate Generator 7 */
46 QE_BRG8, /* Baud Rate Generator 8 */
47 QE_BRG9, /* Baud Rate Generator 9 */
48 QE_BRG10, /* Baud Rate Generator 10 */
49 QE_BRG11, /* Baud Rate Generator 11 */
50 QE_BRG12, /* Baud Rate Generator 12 */
51 QE_BRG13, /* Baud Rate Generator 13 */
52 QE_BRG14, /* Baud Rate Generator 14 */
53 QE_BRG15, /* Baud Rate Generator 15 */
54 QE_BRG16, /* Baud Rate Generator 16 */
111 return -ENOSYS; in cpm_muram_alloc()
121 return -ENOSYS; in cpm_muram_alloc_fixed()
131 return -ENOSYS; in cpm_muram_offset()
167 static inline int par_io_init(struct device_node *np) { return -ENOSYS; } in par_io_init()
168 static inline int par_io_of_config(struct device_node *np) { return -ENOSYS; } in par_io_of_config()
170 int assignment, int has_irq) { return -ENOSYS; } in par_io_config_pin()
171 static inline int par_io_data_set(u8 port, u8 pin, u8 val) { return -ENOSYS; } in par_io_data_set()
186 return ERR_PTR(-ENOSYS); in qe_pin_request()
199 return -ENOSYS; in qe_issue_cmd()
286 u8 id[62]; /* Null-terminated identifier string */
287 u8 split; /* 0 = shared I-RAM, 1 = split I-RAM */
299 u8 id[32]; /* Null-terminated identifier */
302 __be32 iram_offset; /* Offset into I-RAM for the code */
303 __be32 count; /* Number of 32-bit words of the code */
327 return -ENOSYS; in qe_upload_firmware()
490 /* QE CECR Sub Block - sub block of QE command.
524 /* QE CECR Protocol - For non-MCC, specifies mode for QE CECR command */
573 #define QE_CP_CERCR_MEE 0x8000 /* Multi-user RAM ECC enable */
577 /* I-RAM */
578 #define QE_IRAM_IADD_AIE 0x80000000 /* Auto Increment Enable */