Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c65 #define MUXED_STRIDE 16 macro
69 (CY8C95X0_VIRTUAL + (x) - CY8C95X0_PORTSEL + (p) * MUXED_STRIDE)
333 if (reg >= CY8C95X0_VIRTUAL && (reg % MUXED_STRIDE) >= 12) in cy8c95x0_readable_register()
350 if (reg >= CY8C95X0_VIRTUAL && (reg % MUXED_STRIDE) >= 12) in cy8c95x0_writeable_register()
454 .window_len = MUXED_STRIDE,
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()