Home
last modified time | relevance | path

Searched defs:gpio_regs (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/soc/ene/kb1200/reg/
Dgpio.h13 struct gpio_regs { struct
14 volatile uint32_t GPIOFS; /*Function Selection Register */
15 volatile uint32_t Reserved1[3];
16 volatile uint32_t GPIOOE; /*Output Enable Register */
17 volatile uint32_t Reserved2[3];
18 volatile uint32_t GPIOD; /*Output Data Register */
19 volatile uint32_t Reserved3[3];
20 volatile uint32_t GPIOIN; /*Input Data Register */
21 volatile uint32_t Reserved4[3];
22 volatile uint32_t GPIOPU; /*Pull Up Register */
[all …]
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_gpio.h16 struct gpio_regs { struct
17 volatile uint32_t CTRL[174];
18 uint32_t RESERVED[18];
19 volatile uint32_t PARIN[6];
20 uint32_t RESERVED1[26];
21 volatile uint32_t PAROUT[6];
22 uint32_t RESERVED2[20];
23 volatile uint32_t LOCK[6];
24 uint32_t RESERVED3[64];
25 volatile uint32_t CTRL2[174];
/Zephyr-latest/drivers/gpio/
Dgpio_lpc11u6x.c109 struct lpc11u6x_gpio_regs *gpio_regs = (struct lpc11u6x_gpio_regs *) in gpio_lpc11u6x_pin_configure() local
190 struct lpc11u6x_gpio_regs *gpio_regs = (struct lpc11u6x_gpio_regs *) in gpio_lpc11u6x_port_get_raw() local
203 struct lpc11u6x_gpio_regs *gpio_regs = (struct lpc11u6x_gpio_regs *) in gpio_lpc11u6x_port_set_masked_raw() local
226 struct lpc11u6x_gpio_regs *gpio_regs = (struct lpc11u6x_gpio_regs *) in gpio_lpc11u6x_port_set_bits_raw() local
238 struct lpc11u6x_gpio_regs *gpio_regs = (struct lpc11u6x_gpio_regs *) in gpio_lpc11u6x_port_clear_bits_raw() local
250 struct lpc11u6x_gpio_regs *gpio_regs = (struct lpc11u6x_gpio_regs *) in gpio_lpc11u6x_port_toggle_bits() local
Dgpio_ene_kb1200.c26 struct gpio_regs *gpio_regs; member
Dgpio_stellaris.c42 enum gpio_regs { enum
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ene_kb1200.c64 struct gpio_regs *gpio_regs = (struct gpio_regs *)gpio_reg_bases[port]; in kb1200_config_pin() local
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dsoc.c374 struct gpio_it8xxx2_regs *const gpio_regs = GPIO_IT8XXX2_REG_BASE; in ite_it8xxx2_init() local
/Zephyr-latest/drivers/espi/
Despi_it8xxx2.c1862 struct gpio_it8xxx2_regs *const gpio_regs = GPIO_IT8XXX2_REG_BASE; in espi_it8xxx2_enable_reset() local