Home
last modified time | relevance | path

Searched refs:GPIO_BASE (Results 1 – 21 of 21) sorted by relevance

/u-boot/drivers/gpio/
A Dkona_gpio.c11 #define GPIO_BASE (void *)GPIO2_BASE_ADDR macro
53 writel(value, GPIO_BASE + off); in gpio_request()
65 writel(value, GPIO_BASE + off); in gpio_free()
74 val = readl(GPIO_BASE + GPIO_CONTROL(gpio)); in gpio_direction_input()
77 writel(val, GPIO_BASE + GPIO_CONTROL(gpio)); in gpio_direction_input()
88 val = readl(GPIO_BASE + GPIO_CONTROL(gpio)); in gpio_direction_output()
94 val = readl(GPIO_BASE + off); in gpio_direction_output()
96 writel(val, GPIO_BASE + off); in gpio_direction_output()
114 val = readl(GPIO_BASE + off); in gpio_get_value()
138 val = readl(GPIO_BASE + off); in gpio_set_value()
[all …]
A Dlpc32xx_gpio.c306 gpio_priv->regs = (struct gpio_regs *)GPIO_BASE; in lpc32xx_gpio_probe()
/u-boot/arch/mips/mach-jz47xx/jz4780/
A Dgpio.c11 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in jz47xx_gpio_get_value()
20 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in jz47xx_gpio_direction_input()
31 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in jz47xx_gpio_direction_output()
/u-boot/board/imgtec/ci20/
A Dci20.c32 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in ci20_mux_mmc()
47 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in ci20_mux_eth()
74 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in ci20_mux_jtag()
86 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in ci20_mux_nand()
110 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in ci20_mux_uart()
221 void __iomem *gpio_regs = (void __iomem *)GPIO_BASE; in ci20_revision()
/u-boot/drivers/pch/
A Dpch9.c11 #define GPIO_BASE 0x48 macro
39 dm_pci_read_config32(dev, GPIO_BASE, &base); in pch9_get_gpio_base()
A Dpch7.c11 #define GPIO_BASE 0x44 macro
55 dm_pci_read_config32(dev, GPIO_BASE, &base); in pch7_get_gpio_base()
/u-boot/arch/arm/cpu/arm920t/ep93xx/
A Dled.c17 register struct gpio_regs *gpio = (struct gpio_regs *)GPIO_BASE; in switch_LED_on()
25 register struct gpio_regs *gpio = (struct gpio_regs *)GPIO_BASE; in switch_LED_off()
/u-boot/arch/arm/include/asm/arch-lpc32xx/
A Dcpu.h28 #define GPIO_BASE 0x40028000 /* GPIO registers base */ macro
/u-boot/board/timll/devkit3250/
A Ddevkit3250_spl.c16 static struct gpio_regs *gpio = (struct gpio_regs *)GPIO_BASE;
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c27 #define GPIO_BASE 0x48 macro
206 dm_pci_read_config32(dev, GPIO_BASE, &base); in bd82x6x_get_gpio_base()
A Dlpc.c498 dm_pci_write_config32(dev->parent, GPIO_BASE, DEFAULT_GPIOBASE | 1); in bd82x6x_lpc_early_init()
/u-boot/arch/arm/mach-s5pc1xx/include/mach/
A Dcpu.h93 SAMSUNG_BASE(gpio, GPIO_BASE)
/u-boot/arch/x86/include/asm/arch-ivybridge/
A Dpch.h72 #define GPIO_BASE 0x48 /* LPC GPIO Base Address Register */ macro
95 #define GPIO_BASE 0x48 /* LPC GPIO Base Address Register */ macro
/u-boot/arch/mips/mach-jz47xx/include/mach/
A Djz4780.h23 #define GPIO_BASE 0xb0010000 macro
/u-boot/arch/x86/include/asm/arch-broadwell/
A Dpch.h13 #define GPIO_BASE 0x48 /* LPC GPIO Base Address Register */ macro
/u-boot/arch/sh/include/asm/
A Dcpu_sh7753.h193 #define GPIO_BASE ((struct gpio_regs *)0xffec0000) macro
A Dcpu_sh7752.h193 #define GPIO_BASE ((struct gpio_regs *)0xffec0000) macro
/u-boot/arch/x86/cpu/broadwell/
A Dpch.c50 dm_pci_write_config32(dev, GPIO_BASE, GPIO_BASE_ADDRESS | 1); in broadwell_pch_early_init()
636 dm_pci_read_config32(dev, GPIO_BASE, gbasep); in broadwell_get_gpio_base()
/u-boot/arch/x86/cpu/quark/
A DKconfig104 config GPIO_BASE config
/u-boot/arch/arm/mach-rmobile/include/mach/
A Dr8a7740.h18 #define GPIO_BASE 0xE6050000 macro
/u-boot/arch/arm/include/asm/arch-ep93xx/
A Dep93xx.h465 #define GPIO_BASE (EP93XX_APB_BASE | GPIO_OFFSET) macro

Completed in 45 milliseconds