Searched refs:__DIV (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
H A D | clk.h | 169 #define __DIV(_id, cname, pname, o, s, w, f, df, t) \ macro 183 __DIV(_id, cname, pname, o, s, w, 0, 0, NULL) 186 __DIV(_id, cname, pname, o, s, w, f, df, NULL) 189 __DIV(_id, cname, pname, o, s, w, 0, 0, t)
|
/kernel/linux/linux-6.6/drivers/clk/samsung/ |
H A D | clk.h | 170 #define __DIV(_id, cname, pname, o, s, w, f, df, t) \ macro 184 __DIV(_id, cname, pname, o, s, w, 0, 0, NULL) 187 __DIV(_id, cname, pname, o, s, w, f, df, NULL) 190 __DIV(_id, cname, pname, o, s, w, 0, 0, t)
|
Completed in 2 milliseconds