Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/clocksource/
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()
Dsh_cmt.c108 bool cs_enabled; member
666 WARN_ON(ch->cs_enabled); in sh_cmt_clocksource_enable()
672 ch->cs_enabled = true; in sh_cmt_clocksource_enable()
681 WARN_ON(!ch->cs_enabled); in sh_cmt_clocksource_disable()
684 ch->cs_enabled = false; in sh_cmt_clocksource_disable()
691 if (!ch->cs_enabled) in sh_cmt_clocksource_suspend()
702 if (!ch->cs_enabled) in sh_cmt_clocksource_resume()
933 ch->cs_enabled = false; in sh_cmt_setup_channel()
/Linux-v6.6/drivers/edac/
Damd64_edac.c4223 bool cs_enabled = false; in instance_has_memory() local
4228 cs_enabled |= csrow_enabled(cs, dct, pvt); in instance_has_memory()
4231 return cs_enabled; in instance_has_memory()