Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c44 #define CY8C95X0_PWMSEL 0x1A macro
356 case CY8C95X0_PWMSEL: in cy8c95x0_volatile_register()
391 { CY8C95X0_PWMSEL, 0 },
439 case CY8C95X0_PWMSEL: in cy8c95x0_write_regs_mask()
510 case CY8C95X0_PWMSEL: in cy8c95x0_read_regs_mask()
683 reg = CY8C95X0_PWMSEL; in cy8c95x0_gpio_get_pincfg()
771 reg = CY8C95X0_PWMSEL; in cy8c95x0_gpio_set_pincfg()
1063 if (cy8c95x0_read_regs_mask(chip, CY8C95X0_PWMSEL, pwm, mask)) { in cy8c95x0_pin_dbg_show()
1114 return regmap_write_bits(chip->regmap, CY8C95X0_PWMSEL, bit, mode ? bit : 0); in cy8c95x0_set_mode()