Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_efinix_sapphire.c38 struct gpio_efinix_sapphire_cfg { struct
52 #define DEV_GPIO_CFG(dev) ((const struct gpio_efinix_sapphire_cfg *)(dev)->config) argument
55 static inline void cfg_output_enable_bit(const struct gpio_efinix_sapphire_cfg *config, in cfg_output_enable_bit()
69 static inline void cfg_output_bit(const struct gpio_efinix_sapphire_cfg *config, gpio_pin_t pin, in cfg_output_bit()
87 const struct gpio_efinix_sapphire_cfg *config = DEV_GPIO_CFG(dev); in gpio_efinix_sapphire_config()
120 static inline uint32_t get_port(const struct gpio_efinix_sapphire_cfg *config) in get_port()
127 static inline void set_port(const struct gpio_efinix_sapphire_cfg *config, uint32_t value) in set_port()
134 const struct gpio_efinix_sapphire_cfg *config = DEV_GPIO_CFG(dev); in gpio_efinix_sapphire_port_get_raw()
143 const struct gpio_efinix_sapphire_cfg *config = DEV_GPIO_CFG(dev); in gpio_efinix_sapphire_port_set_masked_raw()
158 const struct gpio_efinix_sapphire_cfg *config = DEV_GPIO_CFG(dev); in gpio_efinix_sapphire_port_set_bits_raw()
[all …]