Lines Matching refs:_width
1182 #define DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\ argument
1192 .width = _width,\
1199 #define DIV(_id, _name, _parent, _flags, _offset, _shift, _width, _div_flags)\ argument
1200 DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\
1203 #define MUX(_id, _name, _parents, _flags, _offset, _shift, _width, _mux_flags)\ argument
1213 .width = _width,\
1315 #define _STM32_MUX(_offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1320 .width = _width,\
1328 #define _MUX(_offset, _shift, _width, _mux_flags)\ argument
1329 _STM32_MUX(_offset, _shift, _width, _mux_flags, NULL, NULL)\
1666 #define _K_MUX(_id, _offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1671 .width = _width,\
1679 #define K_MUX(_id, _offset, _shift, _width, _mux_flags)\ argument
1680 _K_MUX(_id, _offset, _shift, _width, _mux_flags,\
1683 #define K_MMUX(_id, _offset, _shift, _width, _mux_flags)\ argument
1684 _K_MUX(_id, _offset, _shift, _width, _mux_flags,\