Home
last modified time | relevance | path

Searched refs:TIRESTORE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DTI.c134 TIRESTORE(TIDAC_latch_ctrl); in TIramdacRestore()
135 TIRESTORE(TIDAC_true_color_ctrl); in TIramdacRestore()
136 TIRESTORE(TIDAC_multiplex_ctrl); in TIramdacRestore()
137 TIRESTORE(TIDAC_clock_select); in TIramdacRestore()
138 TIRESTORE(TIDAC_palette_page); in TIramdacRestore()
139 TIRESTORE(TIDAC_general_ctrl); in TIramdacRestore()
140 TIRESTORE(TIDAC_misc_ctrl); in TIramdacRestore()
142 TIRESTORE(TIDAC_key_over_low); in TIramdacRestore()
143 TIRESTORE(TIDAC_key_over_high); in TIramdacRestore()
144 TIRESTORE(TIDAC_key_red_low); in TIramdacRestore()
[all …]
H A DTIPriv.h25 #define TIRESTORE(_reg) do { \ macro