Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzv2h-cpg.c127 atomic_t *mstop_count; member
1086 atomic_t *mstop = &priv->mstop_count[mstop_index * 16]; in rzv2h_mod_clock_mstop_enable()
1107 atomic_t *mstop = &priv->mstop_count[mstop_index * 16]; in rzv2h_mod_clock_mstop_disable()
1294 atomic_t *mstop = &priv->mstop_count[mstop_index * 16]; in rzv2h_cpg_register_mod_clk()
1587 priv->mstop_count = devm_kcalloc(dev, info->num_mstop_bits, in rzv2h_cpg_probe()
1588 sizeof(*priv->mstop_count), GFP_KERNEL); in rzv2h_cpg_probe()
1589 if (!priv->mstop_count) in rzv2h_cpg_probe()
1593 priv->mstop_count -= 16; in rzv2h_cpg_probe()