Home
last modified time | relevance | path

Searched refs:DEF_TYPE (Results 1 – 3 of 3) 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)
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, \
169 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
174 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
179 DEF_TYPE(_name, _id, CLK_TYPE_SD_MUX, .conf = _conf, .sconf = _sconf, \
184 DEF_TYPE(_name, _id, CLK_TYPE_SIPLL5, .parent = _parent)
[all …]
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), \