Lines Matching refs:_bit
221 #define DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, _is_coupled) \
228 .bit = (_bit), \
232 #define DEF_MOD(_name, _id, _parent, _off, _bit, _mstop_conf) \
233 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, false)
235 #define DEF_COUPLED(_name, _id, _parent, _off, _bit, _mstop_conf) \
236 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, true)
251 #define DEF_RST_MON(_id, _off, _bit, _monbit) \
254 .bit = (_bit), \
257 #define DEF_RST(_id, _off, _bit) \
258 DEF_RST_MON(_id, _off, _bit, -1)