Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/
Dpinctrl-cy8c95x0.c67 #define CY8C95X0_VIRTUAL 0x40 macro
69 (CY8C95X0_VIRTUAL + (x) - CY8C95X0_PORTSEL + (p) * MUXED_STRIDE)
336 if (reg >= CY8C95X0_VIRTUAL && (reg % MUXED_STRIDE) < 12) in cy8c95x0_readable_register()
349 if (reg >= CY8C95X0_VIRTUAL) in cy8c95x0_writeable_register()
446 .range_min = CY8C95X0_VIRTUAL,
1461 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 3 * MUXED_STRIDE; in cy8c95x0_probe()
1465 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 6 * MUXED_STRIDE; in cy8c95x0_probe()
1469 regmap_range_conf.range_max = CY8C95X0_VIRTUAL + 8 * MUXED_STRIDE; in cy8c95x0_probe()