Home
last modified time | relevance | path

Searched refs:_conf (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/clk/renesas/
Drzg2l-cpg.h145 #define DEF_SAMPLL(_name, _id, _parent, _conf) \ argument
146 DEF_TYPE(_name, _id, CLK_TYPE_SAM_PLL, .parent = _parent, .conf = _conf)
147 #define DEF_G3S_PLL(_name, _id, _parent, _conf) \ argument
148 DEF_TYPE(_name, _id, CLK_TYPE_G3S_PLL, .parent = _parent, .conf = _conf)
153 #define DEF_DIV(_name, _id, _parent, _conf, _dtable) \ argument
154 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
157 #define DEF_DIV_RO(_name, _id, _parent, _conf, _dtable) \ argument
158 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
161 #define DEF_G3S_DIV(_name, _id, _parent, _conf, _sconf, _dtable, _invalid_rate, \ argument
163 DEF_TYPE(_name, _id, CLK_TYPE_G3S_DIV, .conf = _conf, .sconf = _sconf, \
[all …]
Drzv2h-cpg.h79 #define DEF_PLL(_name, _id, _parent, _conf) \ argument
80 DEF_TYPE(_name, _id, CLK_TYPE_PLL, .parent = _parent, .cfg.conf = _conf)
Dr9a08g045-cpg.c55 #define DEF_G3S_MUX(_name, _id, _conf, _parent_names, _mux_flags, _clk_flags) \ argument
56 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = (_conf), \