Home
last modified time | relevance | path

Searched refs:regmap_range_conf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c1427 struct regmap_range_cfg regmap_range_conf; in cy8c95x0_probe() local
1444 memcpy(&regmap_range_conf, &cy8c95x0_ranges[0], sizeof(regmap_range_conf)); in cy8c95x0_probe()
1449 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 3 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1453 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 6 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1457 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 8 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1480 regmap_conf.ranges = &regmap_range_conf; in cy8c95x0_probe()
1481 regmap_conf.max_register = regmap_range_conf.range_max; in cy8c95x0_probe()
1482 regmap_conf.num_reg_defaults_raw = regmap_range_conf.range_max; in cy8c95x0_probe()