Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Rejecting non-native endian BTF overlapped with the addition of support for it. The rest were more simple overlapping changes, except the renesas ravb binding update, which had to follow a file move as well as a YAML conversion. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -252,10 +252,10 @@
|
||||
#define ANA_SG_CONFIG_REG_3_LIST_LENGTH_M GENMASK(18, 16)
|
||||
#define ANA_SG_CONFIG_REG_3_LIST_LENGTH_X(x) (((x) & GENMASK(18, 16)) >> 16)
|
||||
#define ANA_SG_CONFIG_REG_3_GATE_ENABLE BIT(20)
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_IPS(x) (((x) << 24) & GENMASK(27, 24))
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_IPS_M GENMASK(27, 24)
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_IPS_X(x) (((x) & GENMASK(27, 24)) >> 24)
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_GATE_STATE BIT(28)
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_IPS(x) (((x) << 21) & GENMASK(24, 21))
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_IPS_M GENMASK(24, 21)
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_IPS_X(x) (((x) & GENMASK(24, 21)) >> 21)
|
||||
#define ANA_SG_CONFIG_REG_3_INIT_GATE_STATE BIT(25)
|
||||
|
||||
#define ANA_SG_GCL_GS_CONFIG_RSZ 0x4
|
||||
|
||||
|
Reference in New Issue
Block a user