Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-tegra.c52 #define GPIO_MSK_CNF(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x00)
53 #define GPIO_MSK_OE(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x10)
54 #define GPIO_MSK_OUT(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0X20)
55 #define GPIO_MSK_DBC_EN(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x30)
56 #define GPIO_MSK_INT_STA(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x40)
57 #define GPIO_MSK_INT_ENB(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x50)
58 #define GPIO_MSK_INT_LVL(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x60)
90 u32 upper_offset; member
681 .upper_offset = 0x800,
686 .upper_offset = 0x80,
[all …]
/Linux-v4.19/net/core/
Dskbuff.c3230 st->upper_offset = to; in skb_prepare_seq_read()
3268 if (unlikely(abs_offset >= st->upper_offset)) { in skb_seq_read()
/Linux-v4.19/include/linux/
Dskbuff.h1093 __u32 upper_offset; member