Searched refs:__DIV (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/clk/samsung/ |
D | clk.h | 187 #define __DIV(_id, dname, cname, pname, o, s, w, f, df, a, t) \ macro 203 __DIV(_id, NULL, cname, pname, o, s, w, 0, 0, NULL, NULL) 206 __DIV(_id, NULL, cname, pname, o, s, w, 0, 0, a, NULL) 209 __DIV(_id, NULL, cname, pname, o, s, w, f, df, NULL, NULL) 212 __DIV(_id, NULL, cname, pname, o, s, w, 0, 0, NULL, t)
|