Lines Matching defs:o
14 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, }
16 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \
19 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, }
21 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \
24 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, \
30 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \