Lines Matching full:range
10 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), }
78 * struct mtk_pin_field_calc - the structure that holds the range providing
80 * @s_pin: the start pin within the range
81 * @e_pin: the end pin within the range
82 * @s_addr: the start address for the range
84 * within the range
85 * @s_bit: the start bit for the first register within the range
87 * the range
107 * @range: the start address for the range
108 * @nranges: the number of items in the range
111 const struct mtk_pin_field_calc *range; member