Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c808 mem_base = G_PCIEOFST(mem_reg) << X_PCIEOFST_SHIFT; in t4_memory_rw_addr()
H A Dt4_regs.h4194 #define G_PCIEOFST(x) (((x) >> S_PCIEOFST) & M_PCIEOFST) macro