Searched refs:upper_offset (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-tegra.c45 #define GPIO_MSK_CNF(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x00)
46 #define GPIO_MSK_OE(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x10)
47 #define GPIO_MSK_OUT(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0X20)
48 #define GPIO_MSK_DBC_EN(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x30)
49 #define GPIO_MSK_INT_STA(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x40)
50 #define GPIO_MSK_INT_ENB(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x50)
51 #define GPIO_MSK_INT_LVL(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x60)
89 u32 upper_offset; member in struct:tegra_gpio_soc_config
804 .upper_offset = 0x800,
809 .upper_offset
[all...]
/linux-master/net/core/
H A Dskbuff.c4270 st->upper_offset = to;
4309 if (unlikely(abs_offset >= st->upper_offset)) {
/linux-master/include/linux/
H A Dskbuff.h1415 __u32 upper_offset; member in struct:skb_seq_state

Completed in 245 milliseconds