Searched refs:cypress_get_pin_mask (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-cy8c95x0.c | 301 static int cypress_get_pin_mask(struct cy8c95x0_pinctrl *chip, unsigned int pin) in cypress_get_pin_mask() function 658 u8 bit = cypress_get_pin_mask(chip, pin); in cy8c95x0_pinmux_direction() 690 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_direction_output() 705 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_value() 728 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_set_value() 738 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_direction() 758 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_pincfg() 835 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_set_pincfg() 1194 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_set_mode() 1203 u8 bit = cypress_get_pin_mask(chip, group); in cy8c95x0_pinmux_mode()
|