upper_offset 44 drivers/gpio/gpio-tegra.c #define GPIO_MSK_CNF(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x00) upper_offset 45 drivers/gpio/gpio-tegra.c #define GPIO_MSK_OE(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x10) upper_offset 46 drivers/gpio/gpio-tegra.c #define GPIO_MSK_OUT(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0X20) upper_offset 47 drivers/gpio/gpio-tegra.c #define GPIO_MSK_DBC_EN(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x30) upper_offset 48 drivers/gpio/gpio-tegra.c #define GPIO_MSK_INT_STA(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x40) upper_offset 49 drivers/gpio/gpio-tegra.c #define GPIO_MSK_INT_ENB(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x50) upper_offset 50 drivers/gpio/gpio-tegra.c #define GPIO_MSK_INT_LVL(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x60) upper_offset 82 drivers/gpio/gpio-tegra.c u32 upper_offset; upper_offset 684 drivers/gpio/gpio-tegra.c .upper_offset = 0x800, upper_offset 689 drivers/gpio/gpio-tegra.c .upper_offset = 0x80, upper_offset 695 drivers/gpio/gpio-tegra.c .upper_offset = 0x80, upper_offset 1152 include/linux/skbuff.h __u32 upper_offset; upper_offset 3433 net/core/skbuff.c st->upper_offset = to; upper_offset 3471 net/core/skbuff.c if (unlikely(abs_offset >= st->upper_offset)) {