Searched refs:_mstop_conf (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/renesas/ |
| H A D | rzg2l-cpg.h | 222 #define DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, _is_coupled) \ argument 227 .mstop_conf = (_mstop_conf), \ 233 #define DEF_MOD(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 234 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, false) 236 #define DEF_COUPLED(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 237 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, true)
|