Searched refs:cypress_get_pin_mask (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-cy8c95x0.c | 316 static int cypress_get_pin_mask(struct cy8c95x0_pinctrl *chip, unsigned int pin) in cypress_get_pin_mask() function 566 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_direction_output() 581 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_value() 604 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_set_value() 613 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_direction() 644 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_pincfg() 727 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_set_pincfg() 1094 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_set_mode() 1109 u8 bit = cypress_get_pin_mask(chip, group); in cy8c95x0_pinmux_mode() 1158 u8 bit = cypress_get_pin_mask(chip, pin); in cy8c95x0_pinmux_direction()
|