Lines Matching +full:bl +full:- +full:name
1 /* SPDX-License-Identifier: GPL-2.0 */
33 * Mask-fields and control-fields of MOON registers of SP7021 are
36 * register | mask-fields | control-fields
37 * ----------+--------------+----------------
43 * where mask-fields are used to protect control-fields from write-in
44 * accidentally. Set the corresponding bits in the mask-field before
45 * you write a value into a control-field.
53 #define FNCE(n, r, o, bo, bl, g) { \ argument
54 .name = n, \
58 .blen = bl, \
63 #define FNCN(n, r, o, bo, bl) { \ argument
64 .name = n, \
68 .blen = bl, \
74 .name = n, \
81 * enum mux_first_reg - Define modes of access of FIRST register
82 * @mux_f_mux: Set the corresponding pin to a fully-pinmux pin
93 * enum mux_master_reg - Define modes of access of MASTER register
105 * enum pinmux_type - Define types of pinmux pins
106 * @pinmux_type_fpmx: A fully-pinmux pin
107 * @pinmux_type_grp: A group-pinmux pin
115 * struct grp2fp_map - A map storing indexes
143 const char * const name; member
150 const char * const name; member