Lines Matching defs:ranges
225 * struct regmap_access_table - A table of register ranges for access checks
227 * @yes_ranges : pointer to an array of regmap ranges used as "yes ranges"
229 * @no_ranges: pointer to an array of regmap ranges used as "no ranges"
232 * A table of ranges including some yes ranges and some no ranges.
268 * (a register is writeable if it belongs to one of the ranges
273 * (a register is readable if it belongs to one of the ranges
279 * the ranges specified by volatile_table).
285 * it belongs to one of the ranges specified by precious_table).
291 * writeable if it belongs to one of the ranges specified
298 * readable if it belongs to one of the ranges specified
336 * valid ranges for write access.
379 * @ranges: Array of configuration entries for virtual address ranges.
449 const struct regmap_range_cfg *ranges;
1307 const struct regmap_range *ranges,