Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c503 base = G_EDRAM0_BASE(hi) << 20; in read_card_mem()
H A Dt4_nexus.c1122 maddr += G_EDRAM0_BASE(bar) << 20; in upload_config_file()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6525 #define G_EDRAM0_BASE(x) (((x) >> S_EDRAM0_BASE) & M_EDRAM0_BASE) macro