Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h4290 #define M_TIMESTAMPRESOLUTION 0xff macro
4292 #define G_TIMESTAMPRESOLUTION(x) (((x) >> S_TIMESTAMPRESOLUTION) & M_TIMESTAMPRESOLUTION)
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_regs.h22916 #define M_TIMESTAMPRESOLUTION 0xffU macro
22918 #define G_TIMESTAMPRESOLUTION(x) (((x) >> S_TIMESTAMPRESOLUTION) & M_TIMESTAMPRESOLUTION)
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h22887 #define M_TIMESTAMPRESOLUTION 0xffU macro
22889 #define G_TIMESTAMPRESOLUTION(x) (((x) >> S_TIMESTAMPRESOLUTION) & M_TIMESTAMPRESOLUTION)