Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_mchp_xec.c45 __IO uint32_t *pcr1_base; member
134 current_pcr1 = config->pcr1_base + pin; in gpio_xec_configure()
216 current_pcr1 = config->pcr1_base + pin; in gpio_xec_pin_interrupt_configure()
343 .pcr1_base = (uint32_t *) DT_REG_ADDR(DT_NODELABEL(gpio_000_036)),
389 .pcr1_base = (uint32_t *) DT_REG_ADDR(DT_NODELABEL(gpio_040_076)),
435 .pcr1_base = (uint32_t *) DT_REG_ADDR(DT_NODELABEL(gpio_100_136)),
481 .pcr1_base = (uint32_t *) DT_REG_ADDR(DT_NODELABEL(gpio_140_176)),
527 .pcr1_base = (uint32_t *) DT_REG_ADDR(DT_NODELABEL(gpio_200_236)),
573 .pcr1_base = (uint32_t *) DT_REG_ADDR(DT_NODELABEL(gpio_240_276)),
Dgpio_mchp_xec_v2.c41 uintptr_t pcr1_base; member
54 return config->pcr1_base + ((uintptr_t)pin * 4u); in pin_ctrl_addr()
530 .pcr1_base = (uintptr_t)DT_INST_REG_ADDR_BY_IDX(n, 0), \