Searched refs:GPCR (Results 1 – 6 of 6) sorted by relevance
22 ldr r0, =GPCR
94 DEFINE(GPCR, IMX_SYSTEM_CTL_BASE + in main()
613 writel(GPIO_bit(CONFIG_USB_DEV_PULLUP_GPIO), GPCR(CONFIG_USB_DEV_PULLUP_GPIO)); in udc_disconnect()
1873 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
Completed in 26 milliseconds