OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_code_timing
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_tv.c
372
tmp = ((uint32_t)restore->
v_code_timing
[ i + 1 ] << 14) | ((uint32_t)restore->
v_code_timing
[ i ]);
374
if (restore->
v_code_timing
[ i ] == 0 || restore->
v_code_timing
[ i + 1 ] == 0)
554
save->
v_code_timing
[ i ] = (uint16_t)(tmp & 0x3fff);
555
save->
v_code_timing
[ i + 1 ] = (uint16_t)((tmp >> 14) & 0x3fff);
557
if (save->
v_code_timing
[ i ] == 0 || save->
v_code_timing
[ i + 1 ] == 0)
1013
if ((save->
v_code_timing
[ i ] = vert_timing[ i ]) == 0)
radeon_probe.h
724
uint16_t
v_code_timing
[MAX_V_CODE_TIMING_LEN];
member in struct:__anon6870
Completed in 6 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026