OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpllP
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_hw.c
229
uint32_t
mpllP
;
231
0x6c, &
mpllP
);
232
mpllP
= (
mpllP
>> 8) & 0xf;
233
if (!
mpllP
)
234
mpllP
= 4;
236
return 400000 /
mpllP
;
nouveau_dispnv04_hw.c
229
uint32_t
mpllP
;
231
0x6c, &
mpllP
);
232
mpllP
= (
mpllP
>> 8) & 0xf;
233
if (!
mpllP
)
234
mpllP
= 4;
236
return 400000 /
mpllP
;
Completed in 23 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025