Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/sam/
H A Dat91_peripheral.c66 periph->layout->div_mask | periph->layout->cmd | in clk_sam9x5_peripheral_enable()
68 field_prep(periph->layout->div_mask, periph->div) | in clk_sam9x5_peripheral_enable()
104 periph->div = field_get(periph->layout->div_mask, status); in clk_sam9x5_peripheral_get_rate()
173 if (layout->div_mask) in at91_clk_register_sam9x5_periph()
H A Dat91_clk.h69 uint32_t div_mask; member
80 uint32_t div_mask; member
H A Dclk-sam9x60-pll.c287 core->layout->div_mask | enable_mask, in sam9x60_div_pll_set_div()
312 cdiv = (val & core->layout->div_mask) >> core->layout->div_shift; in sam9x60_div_pll_set()
385 cdiv = (val & core->layout->div_mask) >> core->layout->div_shift; in sam9x60_div_pll_set_rate_chg()
H A Dsama7g5_clk.c50 .div_mask = GENMASK_32(7, 0),
58 .div_mask = GENMASK_32(19, 12),
1216 .div_mask = GENMASK_32(27, 20),