Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_regs.h25701 #define S_LINENUMBER 24 macro
25703 #define V_LINENUMBER(x) ((x) << S_LINENUMBER)
25704 #define G_LINENUMBER(x) (((x) >> S_LINENUMBER) & M_LINENUMBER)