GPIO_REG           68 drivers/gpio/gpio-intel-mid.c 			      enum GPIO_REG reg_type)
GPIO_REG           78 drivers/gpio/gpio-intel-mid.c 				   enum GPIO_REG reg_type)
GPIO_REG           33 drivers/gpio/gpio-tegra.c #define GPIO_CNF(t, x)		(GPIO_REG(t, x) + 0x00)
GPIO_REG           34 drivers/gpio/gpio-tegra.c #define GPIO_OE(t, x)		(GPIO_REG(t, x) + 0x10)
GPIO_REG           35 drivers/gpio/gpio-tegra.c #define GPIO_OUT(t, x)		(GPIO_REG(t, x) + 0X20)
GPIO_REG           36 drivers/gpio/gpio-tegra.c #define GPIO_IN(t, x)		(GPIO_REG(t, x) + 0x30)
GPIO_REG           37 drivers/gpio/gpio-tegra.c #define GPIO_INT_STA(t, x)	(GPIO_REG(t, x) + 0x40)
GPIO_REG           38 drivers/gpio/gpio-tegra.c #define GPIO_INT_ENB(t, x)	(GPIO_REG(t, x) + 0x50)
GPIO_REG           39 drivers/gpio/gpio-tegra.c #define GPIO_INT_LVL(t, x)	(GPIO_REG(t, x) + 0x60)
GPIO_REG           40 drivers/gpio/gpio-tegra.c #define GPIO_INT_CLR(t, x)	(GPIO_REG(t, x) + 0x70)
GPIO_REG           41 drivers/gpio/gpio-tegra.c #define GPIO_DBC_CNT(t, x)	(GPIO_REG(t, x) + 0xF0)
GPIO_REG           44 drivers/gpio/gpio-tegra.c #define GPIO_MSK_CNF(t, x)	(GPIO_REG(t, x) + t->soc->upper_offset + 0x00)
GPIO_REG           45 drivers/gpio/gpio-tegra.c #define GPIO_MSK_OE(t, x)	(GPIO_REG(t, x) + t->soc->upper_offset + 0x10)
GPIO_REG           46 drivers/gpio/gpio-tegra.c #define GPIO_MSK_OUT(t, x)	(GPIO_REG(t, x) + t->soc->upper_offset + 0X20)
GPIO_REG           47 drivers/gpio/gpio-tegra.c #define GPIO_MSK_DBC_EN(t, x)	(GPIO_REG(t, x) + t->soc->upper_offset + 0x30)
GPIO_REG           48 drivers/gpio/gpio-tegra.c #define GPIO_MSK_INT_STA(t, x)	(GPIO_REG(t, x) + t->soc->upper_offset + 0x40)
GPIO_REG           49 drivers/gpio/gpio-tegra.c #define GPIO_MSK_INT_ENB(t, x)	(GPIO_REG(t, x) + t->soc->upper_offset + 0x50)
GPIO_REG           50 drivers/gpio/gpio-tegra.c #define GPIO_MSK_INT_LVL(t, x)	(GPIO_REG(t, x) + t->soc->upper_offset + 0x60)