Home
last modified time | relevance | path

Searched defs:pll_fields (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A Dclock.c83 struct pll_fields { struct
84 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;
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/
H A Dclock.c62 union __attribute__((transparent_union)) pll_fields { union