Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_base.c50 struct nvbios_boostE boostE; in nvkm_clk_adjust() local
54 data = nvbios_boostEm(bios, pstate, &ver, &hdr, &cnt, &len, &boostE); in nvkm_clk_adjust()
60 input = max(boostE.min, input); in nvkm_clk_adjust()
61 input = min(boostE.max, input); in nvkm_clk_adjust()