Home
last modified time | relevance | path

Searched refs:GPLR (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dbadge4.c216 !!(GPLR & BADGE4_GPIO_SDTYP1), in badge4_init()
217 !!(GPLR & BADGE4_GPIO_SDTYP0)); in badge4_init()
236 PGSR |= (GPLR & (BADGE4_GPIO_SDTYP0|BADGE4_GPIO_SDTYP1)); in badge4_init()
H A Dassabet.c161 if (GPLR & SDA) in adv7171_send()
173 unsigned gplr = GPLR; in adv7171_write()
181 if (!(GPLR & SDA)) in adv7171_write()
630 unsigned long phys = __PREG(GPLR) & PMD_MASK; in map_sa1100_gpio_regs()
661 scr = GPLR; in get_assabet_scr()
H A Dpm.c59 gpio = GPLR; in sa11x0_pm_enter()
H A Djornada720_ssp.c63 while ((GPLR & GPIO_GPIO10)) { in jornada_ssp_byte()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dassabet.c159 if (GPLR & SDA) in adv7171_send()
171 unsigned gplr = GPLR; in adv7171_write()
179 if (!(GPLR & SDA)) in adv7171_write()
603 unsigned long phys = __PREG(GPLR) & PMD_MASK; in map_sa1100_gpio_regs()
634 scr = GPLR; in get_assabet_scr()
H A Dpm.c61 gpio = GPLR; in sa11x0_pm_enter()
H A Djornada720_ssp.c63 while ((GPLR & GPIO_GPIO10)) { in jornada_ssp_byte()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c31 #define GPLR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5)) macro
359 if (GPLR(i) & GPIO_bit(i)) in pxa2xx_mfp_suspend()
370 saved_gplr[i] = GPLR(i * 32); in pxa2xx_mfp_suspend()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c33 #define GPLR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5)) macro
357 if (GPLR(i) & GPIO_bit(i)) in pxa2xx_mfp_suspend()
368 saved_gplr[i] = GPLR(i * 32); in pxa2xx_mfp_suspend()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tangier.c31 #define GPLR 0x004 /* Pin level r/o */ macro
86 gplr = gpio_reg_and_bit(chip, offset, GPLR, &shift); in tng_gpio_get()
490 /* GPLR is RO, values read will be restored using GPSR */ in tng_gpio_suspend()
491 ctx->level = readl(gpio_reg(&priv->chip, base, GPLR)); in tng_gpio_suspend()
517 /* GPLR is RO, values read will be restored using GPSR */ in tng_gpio_resume()
H A Dgpio-sa1100.c105 .membase = (void *)&GPLR,
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-intel-mid.c44 GPLR = 0, /* pin level read-only */ enumerator
102 void __iomem *gplr = gpio_reg(chip, offset, GPLR); in intel_gpio_get()
H A Dgpio-merrifield.c19 #define GPLR 0x004 /* pin level r/o */ macro
97 void __iomem *gplr = gpio_reg(chip, offset, GPLR); in mrfld_gpio_get()
H A Dgpio-sa1100.c104 .membase = (void *)&GPLR,
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1084 * GPLR General-Purpose Input/Output (GPIO) Pin Level
1105 #define GPLR __REG(0x90040000) /* GPIO Pin Level Reg. */ macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1084 * GPLR General-Purpose Input/Output (GPIO) Pin Level
1105 #define GPLR __REG(0x90040000) /* GPIO Pin Level Reg. */ macro

Completed in 21 milliseconds