Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dpll.h46 struct nvbios_pll { struct
47 enum nvbios_pll_type type; argument
48 u32 reg;
49 u32 refclk;
51 u8 min_p;
52 u8 max_p;
53 u8 bias_p;
77 int nvbios_pll_parse(struct nouveau_bios *, u32 type, struct nvbios_pll *); argument