Lines Matching refs:rza1_port
462 struct rza1_port { struct
490 struct rza1_port *ports;
573 static inline void rza1_set_bit(struct rza1_port *port, unsigned int reg, in rza1_set_bit()
587 static inline unsigned int rza1_get_bit(struct rza1_port *port, in rza1_get_bit()
606 static void rza1_pin_reset(struct rza1_port *port, unsigned int pin) in rza1_pin_reset()
630 static inline void rza1_pin_set_direction(struct rza1_port *port, in rza1_pin_set_direction()
649 static inline void rza1_pin_set(struct rza1_port *port, unsigned int pin, in rza1_pin_set()
659 static inline int rza1_pin_get(struct rza1_port *port, unsigned int pin) in rza1_pin_get()
673 struct rza1_port *port = &rza1_pctl->ports[mux_conf->port]; in rza1_pin_mux_single()
752 struct rza1_port *port = gpiochip_get_data(chip); in rza1_gpio_request()
771 struct rza1_port *port = gpiochip_get_data(chip); in rza1_gpio_free()
778 struct rza1_port *port = gpiochip_get_data(chip); in rza1_gpio_get_direction()
789 struct rza1_port *port = gpiochip_get_data(chip); in rza1_gpio_direction_input()
800 struct rza1_port *port = gpiochip_get_data(chip); in rza1_gpio_direction_output()
821 struct rza1_port *port = gpiochip_get_data(chip); in rza1_gpio_get()
829 struct rza1_port *port = gpiochip_get_data(chip); in rza1_gpio_set()
1299 struct rza1_port *ports; in rza1_pinctrl_register()