Searched refs:GPCR (Results 1 – 17 of 17) sorted by relevance
126 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()
109 GPCR = ~gpio; in sa11x0_pm_enter()
421 GPCR = GPIO_MBGNT; in sa1110_mb_disable()440 GPCR = GPIO_MBGNT; in sa1110_mb_enable()
115 GPCR = GPIO_GPIO25; in jornada_ssp_start()
269 GPCR = GPIO_GPIO20; /* stop gpio20 */ in jornada720_init()
285 GPCR = 0x0fffffff; /* All outputs are set low by default */ in h3xxx_map_io()
36 #define GPCR(x) __REG2(0x40E00000, BANK_OFF((x) >> 5) + 0x24) macro372 GPCR(i * 32) = ~PGSR(i); in pxa2xx_mfp_suspend()396 GPCR(i * 32) = ~saved_gplr[i]; in pxa2xx_mfp_resume()
22 ldr r0, =GPCR
34 #define GPCR 0x04c /* Pin clear w/o */ macro98 reg = gpio_reg_and_bit(chip, offset, value ? GPSR : GPCR, &shift); in tng_gpio_set()
472 #define GPCR 0x0c macro561 case GPCR: /* GPIO Pin-Output Clear registers */ in strongarm_gpio_read()607 case GPCR: /* GPIO Pin-Output Clear registers */ in strongarm_gpio_write()
94 DEFINE(GPCR, IMX_SYSTEM_CTL_BASE + in main()
612 writel(GPIO_bit(CONFIG_USB_DEV_PULLUP_GPIO), GPCR(CONFIG_USB_DEV_PULLUP_GPIO)); in udc_disconnect()
1869 GPCR(CONFIG_USB_DEV_PULLUP_GPIO)); in udc_command()
1253 #define GPCR(x) (((((x) & 0x7f) < 96) ? _GPCR(x) : GPCR3)) macro1263 #define GPCR(x) _GPCR(x) macro
1507 #define GPCR /* GPIO Pin output Clear Reg. */ \ macro1522 #define GPCR (io_p2v (_GPCR)) macro
67 #define GPCR __REG(IMX_SYSCTRL_BASE + 0xC) /* Function Multiplex Control Register */ macro
1108 #define GPCR __REG(0x9004000C) /* GPIO Pin output Clear Reg. */ macro