Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/mvebu/
H A Ddove-divider.c32 DIV_CTRL1_N_RESET_MASK = BIT(10), enumerator
41 v = readl_relaxed(base + DIV_CTRL1) | DIV_CTRL1_N_RESET_MASK; in dove_load_divider()