Home
last modified time | relevance | path

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

/bsp/allwinner_tina/drivers/
A Ddrv_gpio.h119 #define GPIO_BASE_ADDR (0x01C20800) macro
120 #define GPIOn_CFG_ADDR(n) (GPIO_BASE_ADDR + (n) * 0x24 + 0x00)
121 #define GPIOn_DATA_ADDR(n) (GPIO_BASE_ADDR + (n) * 0x24 + 0x10)
122 #define GPIOn_DRV_ADDR(n) (GPIO_BASE_ADDR + (n) * 0x24 + 0x14)
123 #define GPIOn_PUL_ADDR(n) (GPIO_BASE_ADDR + (n) * 0x24 + 0x1C)
124 #define GPIOn_INT_CFG_ADDR(n) (GPIO_BASE_ADDR + 0x200 + (n) * 0x20 + 0x00)
125 #define GPIOn_INT_CTRL_ADDR(n) (GPIO_BASE_ADDR + 0x200 + (n) * 0x20 + 0x10)
126 #define GPIOn_INT_STA_ADDR(n) (GPIO_BASE_ADDR + 0x200 + (n) * 0x20 + 0x14)
127 #define GPIOn_INT_DEB_ADDR(n) (GPIO_BASE_ADDR + 0x200 + (n) * 0x20 + 0x18)
215 #define GPIO ((tina_gpio_t)GPIO_BASE_ADDR)
/bsp/raspberry-pi/raspi4-64/drivers/
A Dboard.c35 size_t gpio_base_addr = GPIO_BASE_ADDR;
117 gpio_base_addr = (size_t)rt_ioremap((void*)GPIO_BASE_ADDR, 0x1000); in rt_hw_board_init()
A Draspi4.h45 #define GPIO_BASE_ADDR (PER_BASE + GPIO_BASE_OFFSET) macro

Completed in 7 milliseconds