Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-cy8c95x0.c307 static inline u8 cypress_get_port(struct cy8c95x0_pinctrl *chip, unsigned int pin) in cypress_get_port() function
555 u8 port = cypress_get_port(chip, off); in cy8c95x0_gpio_direction_input()
590 u8 port = cypress_get_port(chip, off); in cy8c95x0_gpio_direction_output()
618 u8 inreg = CY8C95X0_INPUT_(cypress_get_port(chip, off)); in cy8c95x0_gpio_get_value()
641 u8 outreg = CY8C95X0_OUTPUT_(cypress_get_port(chip, off)); in cy8c95x0_gpio_set_value()
650 u8 port = cypress_get_port(chip, off); in cy8c95x0_gpio_get_direction()
681 u8 port = cypress_get_port(chip, off); in cy8c95x0_gpio_get_pincfg()
764 u8 port = cypress_get_port(chip, off); in cy8c95x0_gpio_set_pincfg()
1131 u8 port = cypress_get_port(chip, off); in cy8c95x0_pinmux_cfg()