Searched defs:pll_fields (Results 1 – 2 of 2) sorted by relevance
83 struct pll_fields { struct84 u32 n:8; /* the feedback divider bits width */85 u32 m:8; /* the input divider bits width */86 u32 p:5; /* the post divider bits witch */87 u32 kcp:2; /* charge pump gain control */88 u32 kvco:1; /* vco gain */89 u32 rsvd:8;
62 union __attribute__((transparent_union)) pll_fields { union