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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h2851 #define S_RDTOWRDLY 0 macro
2853 #define V_RDTOWRDLY(x) ((x) << S_RDTOWRDLY)
2854 #define G_RDTOWRDLY(x) (((x) >> S_RDTOWRDLY) & M_RDTOWRDLY)

Completed in 146 milliseconds