Searched refs:CLK_CTL_DIV_MASK (Results 1 – 3 of 3) sorted by relevance
83 #define CLK_CTL_DIV_MASK 0xff macro
226 clock = clk & CLK_CTL_DIV_MASK; in renesas_sdhi_set_clock()227 if (clock != CLK_CTL_DIV_MASK) in renesas_sdhi_set_clock()
488 tmp &= ~CLK_CTL_DIV_MASK; in uniphier_sd_set_clock()