Lines Matching refs:_width
1193 #define DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\ argument
1203 .width = _width,\
1210 #define DIV(_id, _name, _parent, _flags, _offset, _shift, _width, _div_flags)\ argument
1211 DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\
1214 #define MUX(_id, _name, _parents, _flags, _offset, _shift, _width, _mux_flags)\ argument
1224 .width = _width,\
1340 #define _STM32_MUX(_offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1345 .width = _width,\
1353 #define _MUX(_offset, _shift, _width, _mux_flags)\ argument
1354 _STM32_MUX(_offset, _shift, _width, _mux_flags, NULL, NULL)\
1694 #define _K_MUX(_id, _offset, _shift, _width, _mux_flags, _mmux, _ops)\ argument
1699 .width = _width,\
1707 #define K_MUX(_id, _offset, _shift, _width, _mux_flags)\ argument
1708 _K_MUX(_id, _offset, _shift, _width, _mux_flags,\
1711 #define K_MMUX(_id, _offset, _shift, _width, _mux_flags)\ argument
1712 _K_MUX(_id, _offset, _shift, _width, _mux_flags,\