Home
last modified time | relevance | path

Searched refs:CONF_MAXDACSPEEDS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c149 for (i = 0; i < CONF_MAXDACSPEEDS; i++) in xf86parseDeviceSection()
152 Error(DACSPEED_MSG, CONF_MAXDACSPEEDS); in xf86parseDeviceSection()
156 for (i = 1; i < CONF_MAXDACSPEEDS; i++) { in xf86parseDeviceSection()
282 for (i = 0; i < CONF_MAXDACSPEEDS && ptr->dev_dacSpeeds[i] > 0; i++) in xf86printDeviceSection()
H A Dxf86Parser.h199 #define CONF_MAXDACSPEEDS 4 macro
212 int dev_dacSpeeds[CONF_MAXDACSPEEDS];
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2086 if (i < CONF_MAXDACSPEEDS) in configDevice()