Searched refs:IMX_GPIOD_BASE (Results 1 – 3 of 3) sorted by relevance
77 mmio_write_32(IMX_GPIOD_BASE + 0x10, 0xffffffff); in bl31_early_platform_setup2()78 mmio_write_32(IMX_GPIOD_BASE + 0x14, 0x3); in bl31_early_platform_setup2()79 mmio_write_32(IMX_GPIOD_BASE + 0x18, 0xffffffff); in bl31_early_platform_setup2()80 mmio_write_32(IMX_GPIOD_BASE + 0x1c, 0x3); in bl31_early_platform_setup2()
125 static struct gpio_ctx lpav_gpio_ctx = GPIO_CTX(IMX_GPIOD_BASE, 24);
79 #define IMX_GPIOD_BASE U(0x2e200000) macro