Searched defs:gpio_regs (Results 1 – 12 of 12) sorted by relevance
13 struct gpio_regs { struct14 u32 p3_inp_state;15 u32 p3_outp_set;16 u32 p3_outp_clr;17 u32 p3_outp_state;19 u32 p2_p3_dir_set;20 u32 p2_p3_dir_clr;21 u32 p2_p3_dir_state;23 u32 p2_inp_state;24 u32 p2_outp_set;[all …]
100 struct gpio_regs { struct101 unsigned short pacr;102 unsigned short pbcr;103 unsigned short pccr;104 unsigned short pdcr;105 unsigned short pecr;106 unsigned short pfcr;107 unsigned short pgcr;108 unsigned short phcr;109 unsigned short picr;[all …]
12 struct gpio_regs { struct35 struct gpio_regs port[6]; argument
9 struct gpio_regs { struct10 u32 gpio_pdor;11 u32 gpio_psor;12 u32 gpio_pcor;13 u32 gpio_ptor;14 u32 gpio_pdir;15 u32 gpio_pddr;16 u32 gpio_gacr;
15 struct gpio_regs { struct16 u32 data; /* offset 0x0 */17 u32 reserved[0xff]; /* 0x4--0x3fc */18 u32 dir; /* offset 0x400 */
13 struct gpio_regs { struct14 u32 gpio_dr; /* data */15 u32 gpio_dir; /* direction */16 u32 gpio_psr; /* pad satus */
15 struct gpio_regs { struct16 u32 gpiodata[0x100]; /* 0x000 ... 0x3fc */17 u32 gpiodir; /* 0x400 */
478 struct gpio_regs { struct479 uint32_t padr;480 uint32_t pbdr;481 uint32_t pcdr;482 uint32_t pddr;483 uint32_t paddr;484 uint32_t pbddr;485 uint32_t pcddr;486 uint32_t pdddr;487 uint32_t pedr;[all …]
18 void __iomem *gpio_regs = map_physmem(GPIO_BASE_6362, 0, MAP_NOCACHE); in board_early_init_f() local
18 void __iomem *gpio_regs = map_physmem(AR71XX_GPIO_BASE, in wdr4300_usb_start() local
21 struct gpio_regs { struct34 struct gpio_regs *regs; argument