Home
last modified time | relevance | path

Searched refs:SCOOP_GPCR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/common/
Dscoop.c99 gpcr = ioread16(sdev->base + SCOOP_GPCR); in scoop_gpio_direction_input()
101 iowrite16(gpcr, sdev->base + SCOOP_GPCR); in scoop_gpio_direction_input()
119 gpcr = ioread16(sdev->base + SCOOP_GPCR); in scoop_gpio_direction_output()
121 iowrite16(gpcr, sdev->base + SCOOP_GPCR); in scoop_gpio_direction_output()
210 iowrite16(inf->io_dir & 0xffff, devptr->base + SCOOP_GPCR); in scoop_probe()
/linux-4.1.27/arch/arm/include/asm/hardware/
Dscoop.h21 #define SCOOP_GPCR 0x20 macro