Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_dw.c177 uint32_t port_base_addr = context->base_addr; in gpio_dw_pin_interrupt_configure() local
178 uint32_t dir_port = dw_get_dir_port(port_base_addr); in gpio_dw_pin_interrupt_configure()
179 uint32_t data_port = dw_get_data_port(port_base_addr); in gpio_dw_pin_interrupt_configure()
241 uint32_t port_base_addr = context->base_addr; in dw_pin_config() local
242 uint32_t dir_port = dw_get_dir_port(port_base_addr); in dw_pin_config()
308 uint32_t port_base_addr = context->base_addr; in gpio_dw_port_get_raw() local
309 uint32_t ext_port = dw_get_ext_port(port_base_addr); in gpio_dw_port_get_raw()
321 uint32_t port_base_addr = context->base_addr; in gpio_dw_port_set_masked_raw() local
322 uint32_t data_port = dw_get_data_port(port_base_addr); in gpio_dw_port_set_masked_raw()
336 uint32_t port_base_addr = context->base_addr; in gpio_dw_port_set_bits_raw() local
[all …]
Dgpio_sy1xx.c27 uint32_t port_base_addr; member
107 *value = sys_read32(cfg->port_base_addr | SY1XX_GPIO_GET_OFFS); in sy1xx_gpio_driver_port_get_raw()
129 sys_write32((uint32_t)pins, cfg->port_base_addr | SY1XX_GPIO_SET_OFFS); in sy1xx_gpio_driver_port_set_bits_raw()
138 sys_write32((uint32_t)pins, cfg->port_base_addr | SY1XX_GPIO_CLR_OFFS); in sy1xx_gpio_driver_port_clear_bits_raw()
146 uint32_t current = sys_read32(cfg->port_base_addr | SY1XX_GPIO_GET_OFFS); in sy1xx_gpio_driver_port_toggle_bits()
165 .port_base_addr = (uint32_t)DT_INST_REG_ADDR_BY_IDX(n, 0), \