Searched refs:_mstop_conf (Results 1 – 1 of 1) sorted by relevance
| /drivers/clk/renesas/ |
| A D | rzg2l-cpg.h | 221 #define DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, _is_coupled) \ argument 226 .mstop_conf = (_mstop_conf), \ 232 #define DEF_MOD(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 233 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, false) 235 #define DEF_COUPLED(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 236 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, true)
|
Completed in 5 milliseconds