Searched refs:cypress_get_pin_mask (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/ |
H A D | pinctrl-cy8c95x0.c | 322 static int cypress_get_pin_mask(struct cy8c95x0_pinctrl *chip, unsigned int pin) in cypress_get_pin_mask() function 704 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_direction_output() 719 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_value() 742 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_set_value() 751 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_direction() 771 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_get_pincfg() 848 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_gpio_set_pincfg() 1207 u8 bit = cypress_get_pin_mask(chip, off); in cy8c95x0_set_mode() 1216 u8 bit = cypress_get_pin_mask(chip, group); in cy8c95x0_pinmux_mode() 1255 u8 bit = cypress_get_pin_mask(chip, pin); in cy8c95x0_pinmux_direction()
|