Lines Matching refs:sppctl_gpio_chip

30 struct sppctl_gpio_chip {  struct
38 static inline u32 sppctl_first_readl(struct sppctl_gpio_chip *spp_gchip, u32 off) in sppctl_first_readl() argument
43 static inline void sppctl_first_writel(struct sppctl_gpio_chip *spp_gchip, u32 val, u32 off) in sppctl_first_writel()
48 static inline u32 sppctl_gpio_master_readl(struct sppctl_gpio_chip *spp_gchip, u32 off) in sppctl_gpio_master_readl()
53 static inline void sppctl_gpio_master_writel(struct sppctl_gpio_chip *spp_gchip, u32 val, in sppctl_gpio_master_writel()
59 static inline u32 sppctl_gpio_oe_readl(struct sppctl_gpio_chip *spp_gchip, u32 off) in sppctl_gpio_oe_readl()
64 static inline void sppctl_gpio_oe_writel(struct sppctl_gpio_chip *spp_gchip, u32 val, u32 off) in sppctl_gpio_oe_writel()
69 static inline void sppctl_gpio_out_writel(struct sppctl_gpio_chip *spp_gchip, u32 val, u32 off) in sppctl_gpio_out_writel()
74 static inline u32 sppctl_gpio_in_readl(struct sppctl_gpio_chip *spp_gchip, u32 off) in sppctl_gpio_in_readl()
79 static inline u32 sppctl_gpio_iinv_readl(struct sppctl_gpio_chip *spp_gchip, u32 off) in sppctl_gpio_iinv_readl()
84 static inline void sppctl_gpio_iinv_writel(struct sppctl_gpio_chip *spp_gchip, u32 val, in sppctl_gpio_iinv_writel()
90 static inline u32 sppctl_gpio_oinv_readl(struct sppctl_gpio_chip *spp_gchip, u32 off) in sppctl_gpio_oinv_readl()
95 static inline void sppctl_gpio_oinv_writel(struct sppctl_gpio_chip *spp_gchip, u32 val, in sppctl_gpio_oinv_writel()
101 static inline u32 sppctl_gpio_od_readl(struct sppctl_gpio_chip *spp_gchip, u32 off) in sppctl_gpio_od_readl()
106 static inline void sppctl_gpio_od_writel(struct sppctl_gpio_chip *spp_gchip, u32 val, u32 off) in sppctl_gpio_od_writel()
262 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_first_get()
297 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_master_get()
308 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_first_master_set()
344 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_input_inv_set()
353 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_output_inv_set()
362 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_output_od_get()
374 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_output_od_set()
383 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_get_direction()
394 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_inv_get()
414 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_direction_input()
430 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_direction_output()
454 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_get()
465 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_set()
476 struct sppctl_gpio_chip *spp_gchip = gpiochip_get_data(chip); in sppctl_gpio_set_config()
525 struct sppctl_gpio_chip *spp_gchip; in sppctl_gpio_new()