Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c736 v = V_HOSTPAGESIZEPF0(PAGE_SHIFT - 10) | in t4_tweak_chip_settings()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h679 #define V_HOSTPAGESIZEPF0(x) ((x) << S_HOSTPAGESIZEPF0) macro