Home
last modified time | relevance | path

Searched refs:DEF_TYPE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clk/renesas/
H A Drzg2l-cpg.h141 #define DEF_TYPE(_name, _id, _type...) \ macro
144 DEF_TYPE(_name, _id, _type, .parent = _parent)
146 DEF_TYPE(_name, _id, CLK_TYPE_SAM_PLL, .parent = _parent, .conf = _conf)
148 DEF_TYPE(_name, _id, CLK_TYPE_G3S_PLL, .parent = _parent, .conf = _conf)
150 DEF_TYPE(_name, _id, CLK_TYPE_IN)
154 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
158 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
163 DEF_TYPE(_name, _id, CLK_TYPE_G3S_DIV, .conf = _conf, .sconf = _sconf, \
169 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
174 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
[all …]
H A Drzv2h-cpg.h75 #define DEF_TYPE(_name, _id, _type...) \ macro
78 DEF_TYPE(_name, _id, _type, .parent = _parent)
80 DEF_TYPE(_name, _id, CLK_TYPE_PLL, .parent = _parent, .cfg.conf = _conf)
82 DEF_TYPE(_name, _id, CLK_TYPE_IN)
86 DEF_TYPE(_name, _id, CLK_TYPE_DDIV, \
H A Drenesas-cpg-mssr.h44 #define DEF_TYPE(_name, _id, _type...) \ macro
47 DEF_TYPE(_name, _id, _type, .parent = _parent)
50 DEF_TYPE(_name, _id, CLK_TYPE_IN)
58 DEF_TYPE(_name, _id, CLK_TYPE_FR, .mult = _rate)
H A Dr9a08g045-cpg.c56 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = (_conf), \