Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h62516 #define S_PAGE_SIZE2 12 macro
62518 #define V_PAGE_SIZE2(x) ((x) << S_PAGE_SIZE2)
62519 #define G_PAGE_SIZE2(x) (((x) >> S_PAGE_SIZE2) & M_PAGE_SIZE2)