Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h1527 #define S_PCIE_CMURANGE 17 macro
1529 #define V_PCIE_CMURANGE(x) ((x) << S_PCIE_CMURANGE)
1530 #define G_PCIE_CMURANGE(x) (((x) >> S_PCIE_CMURANGE) & M_PCIE_CMURANGE)