D | clk.h | 58 #define FRATE(_id, cname, pname, f, frate) \ argument 62 .parent_name = pname, \ 85 #define FFACTOR(_id, cname, pname, m, d, f) \ argument 89 .parent_name = pname, \ 173 #define __DIV(_id, dname, cname, pname, o, s, w, f, df, a, t) \ argument 178 .parent_name = pname, \ 188 #define DIV(_id, cname, pname, o, s, w) \ argument 189 __DIV(_id, NULL, cname, pname, o, s, w, 0, 0, NULL, NULL) 191 #define DIV_A(_id, cname, pname, o, s, w, a) \ argument 192 __DIV(_id, NULL, cname, pname, o, s, w, 0, 0, a, NULL) [all …]
|