Searched refs:cs_enabled (Results 1 – 3 of 3) sorted by relevance
48 bool cs_enabled; member265 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()
108 bool cs_enabled; member651 WARN_ON(ch->cs_enabled); in sh_cmt_clocksource_enable()657 ch->cs_enabled = true; in sh_cmt_clocksource_enable()666 WARN_ON(!ch->cs_enabled); in sh_cmt_clocksource_disable()669 ch->cs_enabled = false; in sh_cmt_clocksource_disable()676 if (!ch->cs_enabled) in sh_cmt_clocksource_suspend()687 if (!ch->cs_enabled) in sh_cmt_clocksource_resume()918 ch->cs_enabled = false; in sh_cmt_setup_channel()
4180 bool cs_enabled = false; in instance_has_memory() local4185 cs_enabled |= csrow_enabled(cs, dct, pvt); in instance_has_memory()4188 return cs_enabled; in instance_has_memory()