Home
last modified time | relevance | path

Searched refs:GPIO_BASE (Results 1 – 6 of 6) sorted by relevance

/platform/bcm28xx/include/platform/
A Dbcm28xx.h178 #define GPIO_GPFSEL0 (GPIO_BASE + 0x00)
179 #define GPIO_GPFSEL1 (GPIO_BASE + 0x04)
180 #define GPIO_GPFSEL2 (GPIO_BASE + 0x08)
181 #define GPIO_GPFSEL3 (GPIO_BASE + 0x0C)
182 #define GPIO_GPFSEL4 (GPIO_BASE + 0x10)
183 #define GPIO_GPFSEL5 (GPIO_BASE + 0x14)
184 #define GPIO_GPSET0 (GPIO_BASE + 0x1C)
185 #define GPIO_GPSET1 (GPIO_BASE + 0x20)
186 #define GPIO_GPCLR0 (GPIO_BASE + 0x28)
187 #define GPIO_GPCLR1 (GPIO_BASE + 0x2C)
[all …]
/platform/zynq/include/platform/
A Dgpio.h16 #define GPIO_MASK_DATA_BASE (GPIO_BASE + 0x0)
20 #define GPIO_DATA_BASE (GPIO_BASE + 0x40)
23 #define GPIO_DATA_RO_BASE (GPIO_BASE + 0x60)
26 #define GPIO_REGS(bank) (GPIO_BASE + 0x204 + (0x40 * bank))
A Dzynq.h32 #define GPIO_BASE (0xe000a000) macro
/platform/sifive/
A Dgpio.c21 static volatile unsigned int *const gpio_base = (unsigned int *)GPIO_BASE;
/platform/mediatek/mt6735/include/platform/
A Dmt_reg_base.h39 #define GPIO_BASE (0x10211000) macro
/platform/mediatek/mt6797/include/platform/
A Dmt_reg_base.h33 #define GPIO_BASE (0x10005000) macro

Completed in 16 milliseconds