Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/renesas/
Drzg2l-cpg.h129 #define DEF_TYPE(_name, _id, _type...) \ macro
132 DEF_TYPE(_name, _id, _type, .parent = _parent)
134 DEF_TYPE(_name, _id, CLK_TYPE_SAM_PLL, .parent = _parent, .conf = _conf)
136 DEF_TYPE(_name, _id, CLK_TYPE_IN)
140 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
144 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
148 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
153 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
158 DEF_TYPE(_name, _id, CLK_TYPE_SD_MUX, .conf = _conf, \
162 DEF_TYPE(_name, _id, CLK_TYPE_SIPLL5, .parent = _parent)
[all …]
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)