Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h40508 #define S_USERPROGINPUT 16 macro
40510 #define V_USERPROGINPUT(x) ((x) << S_USERPROGINPUT)
40511 #define G_USERPROGINPUT(x) (((x) >> S_USERPROGINPUT) & M_USERPROGINPUT)