Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dsh_tmu.c48 bool cs_enabled; member
265 if (WARN_ON(ch->cs_enabled)) in sh_tmu_clocksource_enable()
270 ch->cs_enabled = true; in sh_tmu_clocksource_enable()
279 if (WARN_ON(!ch->cs_enabled)) in sh_tmu_clocksource_disable()
283 ch->cs_enabled = false; in sh_tmu_clocksource_disable()
290 if (!ch->cs_enabled) in sh_tmu_clocksource_suspend()
303 if (!ch->cs_enabled) in sh_tmu_clocksource_resume()
472 ch->cs_enabled = false; in sh_tmu_channel_setup()