Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
A Drzg2l-cpg.h85 #define DEF_TYPE(_name, _id, _type...) \ macro
88 DEF_TYPE(_name, _id, _type, .parent = _parent)
90 DEF_TYPE(_name, _id, CLK_TYPE_SAM_PLL, .parent = _parent, .conf = _conf)
92 DEF_TYPE(_name, _id, CLK_TYPE_IN)
96 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
100 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
104 DEF_TYPE(_name, _id, CLK_TYPE_SD_MUX, .conf = _conf, \
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)

Completed in 4 milliseconds