Home
last modified time | relevance | path

Searched refs:pnames (Results 1 – 3 of 3) sorted by relevance

/drivers/clk/rockchip/
Dclk.h240 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
246 .parent_names = pnames, \
247 .num_parents = ARRAY_SIZE(pnames), \
298 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
304 .parent_names = pnames, \
305 .num_parents = ARRAY_SIZE(pnames), \
316 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
322 .parent_names = pnames, \
323 .num_parents = ARRAY_SIZE(pnames), \
335 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument
[all …]
/drivers/clk/samsung/
Dclk.h135 #define __MUX(_id, dname, cname, pnames, o, s, w, f, mf, a) \ argument
140 .parent_names = pnames, \
141 .num_parents = ARRAY_SIZE(pnames), \
150 #define MUX(_id, cname, pnames, o, s, w) \ argument
151 __MUX(_id, NULL, cname, pnames, o, s, w, 0, 0, NULL)
153 #define MUX_A(_id, cname, pnames, o, s, w, a) \ argument
154 __MUX(_id, NULL, cname, pnames, o, s, w, 0, 0, a)
156 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument
157 __MUX(_id, NULL, cname, pnames, o, s, w, f, mf, NULL)
159 #define MUX_FA(_id, cname, pnames, o, s, w, f, mf, a) \ argument
[all …]
/drivers/isdn/capi/
Dcapiutil.c512 static char *pnames[] = variable
648 #define NAME (pnames[cmsg->par[cmsg->p]])