Searched defs:gpio_regs (Results 1 – 12 of 12) sorted by relevance
14 struct gpio_regs { struct15 u32 p3_inp_state;16 u32 p3_outp_set;17 u32 p3_outp_clr;18 u32 p3_outp_state;20 u32 p2_p3_dir_set;21 u32 p2_p3_dir_clr;22 u32 p2_p3_dir_state;24 u32 p2_inp_state;25 u32 p2_outp_set;[all …]
101 struct gpio_regs { struct102 unsigned short pacr;103 unsigned short pbcr;104 unsigned short pccr;105 unsigned short pdcr;106 unsigned short pecr;107 unsigned short pfcr;108 unsigned short pgcr;109 unsigned short phcr;110 unsigned short picr;[all …]
13 struct gpio_regs { struct36 struct gpio_regs port[6]; argument
10 struct gpio_regs { struct11 u32 gpio_pdor;12 u32 gpio_psor;13 u32 gpio_pcor;14 u32 gpio_ptor;15 u32 gpio_pdir;16 u32 gpio_pddr;17 u32 gpio_gacr;
16 struct gpio_regs { struct17 u32 data; /* offset 0x0 */18 u32 reserved[0xff]; /* 0x4--0x3fc */19 u32 dir; /* offset 0x400 */
14 struct gpio_regs { struct15 u32 gpio_dr; /* data */16 u32 gpio_dir; /* direction */17 u32 gpio_psr; /* pad satus */
16 struct gpio_regs { struct17 u32 gpiodata[0x100]; /* 0x000 ... 0x3fc */18 u32 gpiodir; /* 0x400 */
479 struct gpio_regs { struct480 uint32_t padr;481 uint32_t pbdr;482 uint32_t pcdr;483 uint32_t pddr;484 uint32_t paddr;485 uint32_t pbddr;486 uint32_t pcddr;487 uint32_t pdddr;488 uint32_t pedr;[all …]
47 struct stm32_gpio_regs *gpio_regs; in stm32_gpio_config() local79 struct stm32_gpio_regs *gpio_regs; in stm32_gpout_set() local101 struct stm32_gpio_regs *gpio_regs; in stm32_gpin_get() local
22 struct gpio_regs { struct35 struct gpio_regs *regs; argument
21 void __iomem *gpio_regs = map_physmem(AR71XX_GPIO_BASE, in wdr4300_usb_start() local