Searched defs:gpio_reg (Results 1 – 3 of 3) sorted by relevance
20 struct gpio_reg { struct21 u32 gplr; /* Pin Level Register - 0x0000 */22 u32 pad0[2];23 u32 gpdr; /* Pin Direction Register - 0x000C */24 u32 pad1[2];25 u32 gpsr; /* Pin Output Set Register - 0x0018 */26 u32 pad2[2];27 u32 gpcr; /* Pin Output Clear Register - 0x0024 */28 u32 pad3[2];29 u32 grer; /* Rising-Edge Detect Enable Register - 0x0030 */[all …]
31 gpio_t *gpio_reg = (gpio_t *)(MMAP_GPIO); in dram_init() local
464 gpio_t *gpio_reg = (gpio_t *) (MMAP_GPIO); in cpu_init_f() local