Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86str.h93 #define M_T_CLOCK_C (0x02 | M_T_BUILTIN) /* built-in mode - configure clock */ macro
95 #define M_T_CLOCK_CRTC_C (M_T_CLOCK_C | M_T_CRTC_C)
H A Dxf86Mode.c345 if ((p->type & M_T_CLOCK_C) == M_T_CLOCK_C) { in xf86HandleBuiltinMode()