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

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c31 static const u8 _pl_to_div[] = { variable
38 if (pl >= ARRAY_SIZE(_pl_to_div))
41 return _pl_to_div[pl];
48 for (pl = 0; pl < ARRAY_SIZE(_pl_to_div) - 1; pl++) {
49 if (_pl_to_div[pl] >= div)
53 return ARRAY_SIZE(_pl_to_div) - 1;

Completed in 115 milliseconds