Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/alder_lake/
Dsoc_gpio.h32 #define GPIO_PAD_BASE(reg_base) \ macro
/Zephyr-latest/soc/intel/elkhart_lake/
Dsoc_gpio.h32 #define GPIO_PAD_BASE(reg_base) \ macro
/Zephyr-latest/soc/intel/raptor_lake/
Dsoc_gpio.h39 #define GPIO_PAD_BASE(reg_base) \ macro
/Zephyr-latest/soc/intel/apollo_lake/
Dsoc_gpio.h295 #define GPIO_PAD_BASE(reg_base) \ macro
/Zephyr-latest/drivers/gpio/
Dgpio_intel.c173 return GPIO_PAD_BASE(DEVICE_MMIO_NAMED_GET(dev, reg_base)); in pad_base()