Searched refs:boostS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c51 struct nvbios_boostS boostS; local
61 cnt, len, &boostS);
62 if (subd && boostS.domain == domain) {
64 input = input * boostS.percent / 100;
65 input = max(boostS.min, input);
66 input = min(boostS.max, input);

Completed in 79 milliseconds