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.c123 atomic_t *mstop_count; member
1109 atomic_t *mstop = &priv->mstop_count[mstop_index * 16]; in rzv2h_mod_clock_mstop_enable()
1130 atomic_t *mstop = &priv->mstop_count[mstop_index * 16]; in rzv2h_mod_clock_mstop_disable()
1317 atomic_t *mstop = &priv->mstop_count[mstop_index * 16]; in rzv2h_cpg_register_mod_clk()
1609 priv->mstop_count = devm_kcalloc(dev, info->num_mstop_bits, in rzv2h_cpg_probe()
1610 sizeof(*priv->mstop_count), GFP_KERNEL); in rzv2h_cpg_probe()
1611 if (!priv->mstop_count) in rzv2h_cpg_probe()
1615 priv->mstop_count -= 16; in rzv2h_cpg_probe()