Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h2568 #define S_DBVFIFO_SIZE 6 macro
2570 #define V_DBVFIFO_SIZE(x) ((x) << S_DBVFIFO_SIZE)
2571 #define G_DBVFIFO_SIZE(x) (((x) >> S_DBVFIFO_SIZE) & M_DBVFIFO_SIZE)