Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-tegra.c44 #define GPIO_MSK_CNF(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x00)
45 #define GPIO_MSK_OE(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x10)
46 #define GPIO_MSK_OUT(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0X20)
47 #define GPIO_MSK_DBC_EN(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x30)
48 #define GPIO_MSK_INT_STA(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x40)
49 #define GPIO_MSK_INT_ENB(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x50)
50 #define GPIO_MSK_INT_LVL(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x60)
82 u32 upper_offset; member
686 .upper_offset = 0x800,
691 .upper_offset = 0x80,
[all …]
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c3485 st->upper_offset = to; in skb_prepare_seq_read()
3523 if (unlikely(abs_offset >= st->upper_offset)) { in skb_seq_read()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h1217 __u32 upper_offset; member