| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh7753.h | 101 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 D | cpu_sh7752.h | 101 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 D | gpio.h | 14 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 D | gpio.h | 13 struct gpio_regs { struct 36 struct gpio_regs port[6]; argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7ulp/ |
| H A D | gpio.h | 10 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 D | gpio.h | 14 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 D | gpio.h | 16 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 D | gpio.h | 16 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 D | ep93xx.h | 479 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 D | gpio-omap.c | 31 struct gpio_regs { struct 54 struct gpio_regs context; argument
|
| H A D | gpio-zynq.c | 104 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 D | gpio-lpc32xx.c | 71 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 D | stm32_gpio.c | 47 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 D | xilinx_gpio.c | 22 struct gpio_regs { struct 35 struct gpio_regs *regs; argument
|
| /OK3568_Linux_fs/u-boot/board/tplink/wdr4300/ |
| H A D | wdr4300.c | 21 void __iomem *gpio_regs = map_physmem(AR71XX_GPIO_BASE, in wdr4300_usb_start() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/ |
| H A D | gpio_mdio.c | 27 static void __iomem *gpio_regs; variable
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/sirf/ |
| H A D | pinctrl-sirf.h | 46 u32 gpio_regs[SIRFSOC_GPIO_NO_OF_BANKS][SIRFSOC_GPIO_BANK_SIZE]; member
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.h | 341 const struct rockchip_gpio_regs *gpio_regs; member
|
| H A D | pinctrl-rk628.c | 899 int gpio_regs[][6] = { in rk628_calc_strength_reg_and_value() local
|