Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h11407 #define S_REFB_RANGE 23 macro
11409 #define V_REFB_RANGE(x) ((x) << S_REFB_RANGE)
11410 #define G_REFB_RANGE(x) (((x) >> S_REFB_RANGE) & M_REFB_RANGE)