Home
last modified time | relevance | path

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

/drivers/pinctrl/
A Dpinctrl-cy8c95x0.c69 #define MUXED_STRIDE 16 macro
73 (CY8C95X0_VIRTUAL + (x) - CY8C95X0_PORTSEL + (p) * MUXED_STRIDE)
334 if (reg >= CY8C95X0_VIRTUAL && (reg % MUXED_STRIDE) >= 12) in cy8c95x0_readable_register()
351 if (reg >= CY8C95X0_VIRTUAL && (reg % MUXED_STRIDE) >= 12) in cy8c95x0_writeable_register()
455 .window_len = MUXED_STRIDE,
1432 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 3 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1436 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 6 * MUXED_STRIDE - 1; in cy8c95x0_probe()
1440 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 8 * MUXED_STRIDE - 1; in cy8c95x0_probe()

Completed in 8 milliseconds