Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h19 #define PIN_BASE 0 macro
25 #define AT91_PIN_PA0 (PIN_BASE + 0x00 + 0)
26 #define AT91_PIN_PA1 (PIN_BASE + 0x00 + 1)
27 #define AT91_PIN_PA2 (PIN_BASE + 0x00 + 2)
28 #define AT91_PIN_PA3 (PIN_BASE + 0x00 + 3)
29 #define AT91_PIN_PA4 (PIN_BASE + 0x00 + 4)
30 #define AT91_PIN_PA5 (PIN_BASE + 0x00 + 5)
31 #define AT91_PIN_PA6 (PIN_BASE + 0x00 + 6)
32 #define AT91_PIN_PA7 (PIN_BASE + 0x00 + 7)
33 #define AT91_PIN_PA8 (PIN_BASE + 0x00 + 8)
[all …]
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-internal.h56 #define PIN_BASE GIC_IRQS_NR macro
72 .irq_base = PIN_BASE + (ID) * (GPIO_BANK_NUM), \
H A Dirq-gpio-switch.c149 bank = (irq - PIN_BASE) / GPIO_BANK_PINS; in __irq_to_gpio()
150 pin = (irq - PIN_BASE) % GPIO_BANK_PINS; in __irq_to_gpio()