Searched refs:cs_enabled (Results 1 – 3 of 3) sorted by relevance
48 bool cs_enabled; member250 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()
108 bool cs_enabled; member679 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()
3984 bool cs_enabled = false; in instance_has_memory() local3989 cs_enabled |= csrow_enabled(cs, dct, pvt); in instance_has_memory()3992 return cs_enabled; in instance_has_memory()