Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c823 m = V_TSCALE(M_TSCALE); in t4_tweak_chip_settings()
827 v = V_TSCALE(tscale - 2); in t4_tweak_chip_settings()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h1827 #define V_TSCALE(x) ((x) << S_TSCALE) macro