Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h1256 #define S_T6_SIZE 4 macro
1258 #define V_T6_SIZE(x) ((x) << S_T6_SIZE)
1259 #define G_T6_SIZE(x) (((x) >> S_T6_SIZE) & M_T6_SIZE)
1263 #define S_T6_SIZE 4 macro
1265 #define V_T6_SIZE(x) ((x) << S_T6_SIZE)
1266 #define G_T6_SIZE(x) (((x) >> S_T6_SIZE) & M_T6_SIZE)
1270 #define S_T6_SIZE 4 macro
1272 #define V_T6_SIZE(x) ((x) << S_T6_SIZE)
1273 #define G_T6_SIZE(x) (((x) >> S_T6_SIZE) & M_T6_SIZE)
1277 #define S_T6_SIZE 4 macro
[all …]