Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h897 #define S_CALST 19 macro
899 #define V_CALST(x) ((x) << S_CALST)
900 #define G_CALST(x) (((x) >> S_CALST) & M_CALST)