Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dsh_tmu.c53 bool cs_enabled; member
270 if (WARN_ON(ch->cs_enabled)) in sh_tmu_clocksource_enable()
276 ch->cs_enabled = true; in sh_tmu_clocksource_enable()
286 if (WARN_ON(!ch->cs_enabled)) in sh_tmu_clocksource_disable()
290 ch->cs_enabled = false; in sh_tmu_clocksource_disable()
297 if (!ch->cs_enabled) in sh_tmu_clocksource_suspend()
310 if (!ch->cs_enabled) in sh_tmu_clocksource_resume()
489 ch->cs_enabled = false; in sh_tmu_channel_setup()
Dsh_cmt.c111 bool cs_enabled; member
638 WARN_ON(ch->cs_enabled); in sh_cmt_clocksource_enable()
645 ch->cs_enabled = true; in sh_cmt_clocksource_enable()
654 WARN_ON(!ch->cs_enabled); in sh_cmt_clocksource_disable()
657 ch->cs_enabled = false; in sh_cmt_clocksource_disable()
905 ch->cs_enabled = false; in sh_cmt_setup_channel()