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.c1377 struct regmap_range_cfg regmap_range_conf; in cy8c95x0_probe() local
1393 memcpy(&regmap_range_conf, &cy8c95x0_ranges[0], sizeof(regmap_range_conf)); in cy8c95x0_probe()
1397 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 3 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1400 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 6 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1403 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 8 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1426 regmap_conf.ranges = &regmap_range_conf; in cy8c95x0_probe()
1427 regmap_conf.max_register = regmap_range_conf.range_max; in cy8c95x0_probe()
1428 regmap_conf.num_reg_defaults_raw = regmap_range_conf.range_max; in cy8c95x0_probe()