Home
last modified time | relevance | path

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

/device/soc/hpmicro/sdk/hpm_sdk/soc/ip/
Dhpm_dram_regs.h178 #define DRAM_BMW1_PH_MASK (0xFF00U) macro
180 #define DRAM_BMW1_PH_SET(x) (((uint32_t)(x) << DRAM_BMW1_PH_SHIFT) & DRAM_BMW1_PH_MASK)
181 #define DRAM_BMW1_PH_GET(x) (((uint32_t)(x) & DRAM_BMW1_PH_MASK) >> DRAM_BMW1_PH_SHIFT)