Searched defs:GPDR (Results 1 – 4 of 4) sorted by relevance
31 #define GPDR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x0c) macro
93 #define GPDR(x) GPIO_REG(BANK_OFF((x) >> 5) + 0x0c) macro
53 GPDR, /* pin direction */ enumerator
1139 #define GPDR __REG(0x90040004) /* GPIO Pin Direction Reg. */ macro