Lines Matching refs:_width
1119 #define DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\ argument
1129 .width = _width,\
1136 #define DIV(_id, _name, _parent, _flags, _offset, _shift, _width, _div_flags)\ argument
1137 DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\
1140 #define MUX(_id, _name, _parents, _flags, _offset, _shift, _width, _mux_flags)\ argument
1150 .width = _width,\
1246 #define _STM32_MUX(_offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1251 .width = _width,\
1259 #define _MUX(_offset, _shift, _width, _mux_flags)\ argument
1260 _STM32_MUX(_offset, _shift, _width, _mux_flags, NULL, NULL)\
1597 #define _K_MUX(_id, _offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1602 .width = _width,\
1610 #define K_MUX(_id, _offset, _shift, _width, _mux_flags)\ argument
1611 _K_MUX(_id, _offset, _shift, _width, _mux_flags,\
1614 #define K_MMUX(_id, _offset, _shift, _width, _mux_flags)\ argument
1615 _K_MUX(_id, _offset, _shift, _width, _mux_flags,\