Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dsh_tmu.c48 bool cs_enabled; member
250 if (WARN_ON(ch->cs_enabled)) in sh_tmu_clocksource_enable()
255 ch->cs_enabled = true; in sh_tmu_clocksource_enable()
264 if (WARN_ON(!ch->cs_enabled)) in sh_tmu_clocksource_disable()
268 ch->cs_enabled = false; in sh_tmu_clocksource_disable()
275 if (!ch->cs_enabled) in sh_tmu_clocksource_suspend()
288 if (!ch->cs_enabled) in sh_tmu_clocksource_resume()
457 ch->cs_enabled = false; in sh_tmu_channel_setup()
H A Dsh_cmt.c108 bool cs_enabled; member
679 WARN_ON(ch->cs_enabled); in sh_cmt_clocksource_enable()
685 ch->cs_enabled = true; in sh_cmt_clocksource_enable()
694 WARN_ON(!ch->cs_enabled); in sh_cmt_clocksource_disable()
697 ch->cs_enabled = false; in sh_cmt_clocksource_disable()
704 if (!ch->cs_enabled) in sh_cmt_clocksource_suspend()
715 if (!ch->cs_enabled) in sh_cmt_clocksource_resume()
952 ch->cs_enabled = false; in sh_cmt_setup_channel()
/linux/drivers/edac/
H A Damd64_edac.c3984 bool cs_enabled = false; in instance_has_memory() local
3989 cs_enabled |= csrow_enabled(cs, dct, pvt); in instance_has_memory()
3992 return cs_enabled; in instance_has_memory()