Lines Matching defs:sel
73 #define ASP_RX_FILTER_MDA_CFG(sel) (((sel) * 0x14) + 0x100) argument
75 #define ASP_RX_FILTER_MDA_CFG_UMC_SEL(sel) ((sel) > 1 ? BIT(17) : \ argument
77 #define ASP_RX_FILTER_MDA_PAT_H(sel) (((sel) * 0x14) + 0x104) argument
78 #define ASP_RX_FILTER_MDA_PAT_L(sel) (((sel) * 0x14) + 0x108) argument
79 #define ASP_RX_FILTER_MDA_MSK_H(sel) (((sel) * 0x14) + 0x10c) argument
80 #define ASP_RX_FILTER_MDA_MSK_L(sel) (((sel) * 0x14) + 0x110) argument
81 #define ASP_RX_FILTER_MDA_CFG(sel) (((sel) * 0x14) + 0x100) argument
82 #define ASP_RX_FILTER_MDA_PAT_H(sel) (((sel) * 0x14) + 0x104) argument
83 #define ASP_RX_FILTER_MDA_PAT_L(sel) (((sel) * 0x14) + 0x108) argument
84 #define ASP_RX_FILTER_MDA_MSK_H(sel) (((sel) * 0x14) + 0x10c) argument
85 #define ASP_RX_FILTER_MDA_MSK_L(sel) (((sel) * 0x14) + 0x110) argument
86 #define ASP_RX_FILTER_NET_CFG(sel) (((sel) * 0xa04) + 0x400) argument
87 #define ASP_RX_FILTER_NET_CFG_CH(sel) ((sel) << 0) argument
92 #define ASP_RX_FILTER_NET_CFG_L3_FRM(sel) ((sel) << 13) argument
93 #define ASP_RX_FILTER_NET_CFG_L4_FRM(sel) ((sel) << 15) argument
94 #define ASP_RX_FILTER_NET_CFG_UMC(sel) BIT((sel) + 19) argument
98 #define ASP_RX_FILTER_NET_PAT(sel, block, off) \ argument
100 #define ASP_RX_FILTER_NET_MASK(sel, block, off) \ argument
103 #define ASP_RX_FILTER_NET_OFFSET(sel) (((sel) * 0xa04) + 0xe00) argument