Searched refs:S_DLLPTIMEOUTLMT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h1277 #define S_DLLPTIMEOUTLMT 13 macro
1279 #define V_DLLPTIMEOUTLMT(x) ((x) << S_DLLPTIMEOUTLMT)
1280 #define G_DLLPTIMEOUTLMT(x) (((x) >> S_DLLPTIMEOUTLMT) & M_DLLPTIMEOUTLMT)

Completed in 129 milliseconds