Searched refs:SMC_RST_N (Results 1 – 2 of 2) sorted by relevance
382 WREG32_P(SMC_IO, SMC_RST_N, ~SMC_RST_N); in rv770_start_smc()387 WREG32_P(SMC_IO, 0, ~SMC_RST_N); in rv770_reset_smc()406 if ((tmp & SMC_RST_N) && (tmp & SMC_CLK_EN)) in rv770_is_smc_running()
70 #define SMC_RST_N (1 << 0) macro