Searched refs:vd_max (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/clk/versatile/ |
H A D | clk-icst.c | 414 .vd_max = 263, 425 .vd_max = 511 + 8, 446 .vd_max = 192, 460 .vd_max = 50, 474 .vd_max = 33,
|
H A D | clk-versatile.c | 27 .vd_max = 263, 44 .vd_max = 511 + 8,
|
H A D | icst.c | 49 struct icst_vco vco = { .s = 1, .v = p->vd_max, .r = p->rd_max }; in icst_hz_to_vco() 82 if (vd < p->vd_min || vd > p->vd_max) in icst_hz_to_vco()
|
H A D | clk-impd1.c | 31 .vd_max = 519, 49 .vd_max = 519,
|
H A D | icst.h | 17 unsigned short vd_max; /* inclusive */ member
|