HomeSort by: relevance | last modified time | path
    Searched refs:h_code_timing (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_tv.c 365 tmp = ((uint32_t)restore->h_code_timing[ i ] << 14) | ((uint32_t)restore->h_code_timing[ i + 1 ]);
367 if (restore->h_code_timing[ i ] == 0 || restore->h_code_timing[ i + 1 ] == 0)
545 save->h_code_timing[ i ] = (uint16_t)((tmp >> 14) & 0x3fff);
546 save->h_code_timing[ i + 1 ] = (uint16_t)(tmp & 0x3fff);
548 if (save->h_code_timing[ i ] == 0 || save->h_code_timing[ i + 1 ] == 0)
676 hChanged = (p1 != save->h_code_timing[ H_TABLE_POS1 ] ||
677 p2 != save->h_code_timing[ H_TABLE_POS2 ])
    [all...]
radeon_probe.h 723 uint16_t h_code_timing[MAX_H_CODE_TIMING_LEN]; member in struct:__anon6870

Completed in 5 milliseconds