Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h4921 #define S_CURSOR 6 macro
4923 #define V_CURSOR(x) ((x) << S_CURSOR)
4924 #define G_CURSOR(x) (((x) >> S_CURSOR) & M_CURSOR)