Home
last modified time | relevance | path

Searched defs:gpio_regs (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dcpu_sh7753.h101 struct gpio_regs { struct
102 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 …]
H A Dcpu_sh7752.h101 struct gpio_regs { struct
102 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dgpio.h14 struct gpio_regs { struct
15 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx27/
H A Dgpio.h13 struct gpio_regs { struct
36 struct gpio_regs port[6]; argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dgpio.h10 struct gpio_regs { struct
11 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;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/
H A Dgpio.h14 struct gpio_regs { struct
15 u32 gpio_dr; /* data */
16 u32 gpio_dir; /* direction */
17 u32 gpio_psr; /* pad satus */
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stv0991/
H A Dgpio.h16 struct gpio_regs { struct
17 u32 data; /* offset 0x0 */
18 u32 reserved[0xff]; /* 0x4--0x3fc */
19 u32 dir; /* offset 0x400 */
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-spear/
H A Dgpio.h16 struct gpio_regs { struct
17 u32 gpiodata[0x100]; /* 0x000 ... 0x3fc */
18 u32 gpiodir; /* 0x400 */
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h479 struct gpio_regs { struct
480 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 …]
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-omap.c31 struct gpio_regs { struct
54 struct gpio_regs context; argument
H A Dgpio-zynq.c104 struct gpio_regs { struct
105 u32 datamsw[ZYNQMP_GPIO_MAX_BANK];
106 u32 datalsw[ZYNQMP_GPIO_MAX_BANK];
107 u32 dirm[ZYNQMP_GPIO_MAX_BANK];
108 u32 outen[ZYNQMP_GPIO_MAX_BANK];
132 struct gpio_regs context; argument
H A Dgpio-lpc32xx.c71 struct gpio_regs { struct
72 unsigned long inp_state;
73 unsigned long outp_state;
74 unsigned long outp_set;
75 unsigned long outp_clr;
76 unsigned long dir_set;
77 unsigned long dir_clr;
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dstm32_gpio.c47 struct stm32_gpio_regs *gpio_regs; in stm32_gpio_config() local
79 struct stm32_gpio_regs *gpio_regs; in stm32_gpout_set() local
101 struct stm32_gpio_regs *gpio_regs; in stm32_gpin_get() local
H A Dxilinx_gpio.c22 struct gpio_regs { struct
35 struct gpio_regs *regs; argument
/OK3568_Linux_fs/u-boot/board/tplink/wdr4300/
H A Dwdr4300.c21 void __iomem *gpio_regs = map_physmem(AR71XX_GPIO_BASE, in wdr4300_usb_start() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c27 static void __iomem *gpio_regs; variable
/OK3568_Linux_fs/kernel/drivers/pinctrl/sirf/
H A Dpinctrl-sirf.h46 u32 gpio_regs[SIRFSOC_GPIO_NO_OF_BANKS][SIRFSOC_GPIO_BANK_SIZE]; member
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.h341 const struct rockchip_gpio_regs *gpio_regs; member
H A Dpinctrl-rk628.c899 int gpio_regs[][6] = { in rk628_calc_strength_reg_and_value() local