Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4328 #define S_PERSMAX 0 macro
4330 #define V_PERSMAX(x) ((x) << S_PERSMAX)
4331 #define G_PERSMAX(x) (((x) >> S_PERSMAX) & M_PERSMAX)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h22959 #define S_PERSMAX 0 macro
22961 #define V_PERSMAX(x) ((x) << S_PERSMAX)
22962 #define G_PERSMAX(x) (((x) >> S_PERSMAX) & M_PERSMAX)