Home
last modified time | relevance | path

Searched refs:GPCR (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/arm/mach-sa1100/
H A Dassabet.c126 GPCR = SDA; in adv7171_start()
142 GPCR = SCK; in adv7171_send()
147 GPCR = SDA; in adv7171_send()
152 GPCR = SCK; in adv7171_send()
162 GPCR = SCK | SDA; in adv7171_send()
176 GPCR = SDA | SCK | MOD; /* clear L3 mode to ensure UDA1341 doesn't respond */ in adv7171_write()
191 GPCR = (~gplr) & (SDA | SCK | MOD); in adv7171_write()
531 GPCR = GPIO_SSP_TXD | GPIO_SSP_SCLK | GPIO_SSP_SFRM; in assabet_init()
539 GPCR = GPIO_GPIO27; in assabet_init()
H A Dpm.c109 GPCR = ~gpio; in sa11x0_pm_enter()
H A Dgeneric.c421 GPCR = GPIO_MBGNT; in sa1110_mb_disable()
440 GPCR = GPIO_MBGNT; in sa1110_mb_enable()
H A Djornada720_ssp.c115 GPCR = GPIO_GPIO25; in jornada_ssp_start()
H A Djornada720.c269 GPCR = GPIO_GPIO20; /* stop gpio20 */ in jornada720_init()
H A Dh3xxx.c285 GPCR = 0x0fffffff; /* All outputs are set low by default */ in h3xxx_map_io()
/openbmc/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c36 #define GPCR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x24) macro
372 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()
396 GPCR(i * 32) = ~saved_gplr[i]; in pxa2xx_mfp_resume()
/openbmc/u-boot/board/armadeus/apf27/
H A Dlowlevel_init.S22 ldr r0, =GPCR
/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c34 #define GPCR 0x04c /* Pin clear w/o */ macro
98 reg = gpio_reg_and_bit(chip, offset, value ? GPSR : GPCR, &shift); in tng_gpio_set()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c472 #define GPCR 0x0c macro
561 case GPCR: /* GPIO Pin-Output Clear registers */ in strongarm_gpio_read()
607 case GPCR: /* GPIO Pin-Output Clear registers */ in strongarm_gpio_write()
/openbmc/u-boot/arch/arm/lib/
H A Dasm-offsets.c94 DEFINE(GPCR, IMX_SYSTEM_CTL_BASE + in main()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c612 writel(GPIO_bit(CONFIG_USB_DEV_PULLUP_GPIO), GPCR(CONFIG_USB_DEV_PULLUP_GPIO)); in udc_disconnect()
H A Dpxa25x_udc.c1869 GPCR(CONFIG_USB_DEV_PULLUP_GPIO)); in udc_command()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h1253 #define GPCR(x) (((((x) & 0x7f) < 96) ? _GPCR(x) : GPCR3)) macro
1263 #define GPCR(x) _GPCR(x) macro
/openbmc/u-boot/include/
H A DSA-1100.h1507 #define GPCR /* GPIO Pin output Clear Reg. */ \ macro
1522 #define GPCR (io_p2v (_GPCR)) macro
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h67 #define GPCR __REG(IMX_SYSCTRL_BASE + 0xC) /* Function Multiplex Control Register */ macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1108 #define GPCR __REG(0x9004000C) /* GPIO Pin output Clear Reg. */ macro