Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h61417 #define S_MRS_CMD_SPACE 0 macro
61419 #define V_MRS_CMD_SPACE(x) ((x) << S_MRS_CMD_SPACE)
61420 #define G_MRS_CMD_SPACE(x) (((x) >> S_MRS_CMD_SPACE) & M_MRS_CMD_SPACE)