OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_pl_to_div
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk20a.c
36
static const u8
_pl_to_div
[] = {
variable in typeref:typename:const u8[]
43
if (pl >= ARRAY_SIZE(
_pl_to_div
))
46
return
_pl_to_div
[pl];
53
for (pl = 0; pl < ARRAY_SIZE(
_pl_to_div
) - 1; pl++) {
54
if (
_pl_to_div
[pl] >= div)
58
return ARRAY_SIZE(
_pl_to_div
) - 1;
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025