Lines Matching +full:rsel +full:- +full:resistance +full:- +full:in +full:- +full:si +full:- +full:unit
1 /* SPDX-License-Identifier: GPL-2.0 */
23 /* MTK_PULL_RSEL_TYPE can select resistance and can be
113 /* struct mtk_pin_field - the structure that holds the information of the field
115 * @base: the index pointing to the entry in base address list
130 /* struct mtk_pin_field_calc - the structure that holds the range providing
134 * @i_base: the index pointing to the entry in base address list
141 * @sz_reg: the size of bits in a register
158 * struct mtk_pin_rsel - the structure that provides bias resistance selection.
159 * @s_pin: the start pin within the rsel range
160 * @e_pin: the end pin within the rsel range
161 * @rsel_index: the rsel bias resistance index
162 * @up_rsel: the pullup rsel bias resistance value
163 * @down_rsel: the pulldown rsel bias resistance value
173 /* struct mtk_pin_reg_calc - the structure that holds all ranges used to
177 * @nranges: the number of items in the range
185 * struct mtk_func_desc - the structure that providing information
196 * struct mtk_eint_desc - the structure that providing information
207 * struct mtk_pin_desc - the structure that providing information
213 * @funcs: all available functions for this pins (only used in
214 * those drivers compatible to pinctrl-mtk-common.c-like
233 /* struct mtk_pin_soc - the structure that holds SoC-specific data */
301 /* identify rsel setting by si unit or rsel define in dts node */