Searched refs:MC_RD_ENABLE_MCD (Results 1 – 2 of 2) sorted by relevance
1105 WREG32_P(MC_CONFIG_MCD, MC_RD_ENABLE_MCD(i), ~MC_RD_ENABLE_MCD_MASK); in cypress_wait_for_mc_sequencer()1106 WREG32_P(MC_CG_CONFIG_MCD, MC_RD_ENABLE_MCD(i), ~MC_RD_ENABLE_MCD_MASK); in cypress_wait_for_mc_sequencer()
258 #define MC_RD_ENABLE_MCD(x) ((x) << 8) macro