Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dau1200fb.c171 #define MAX_DEVICE_COUNT 4 macro
178 static struct fb_info *_au1200fb_infos[MAX_DEVICE_COUNT];
180 static int device_count = MAX_DEVICE_COUNT;
1628 (device_count > MAX_DEVICE_COUNT)) in au1200fb_setup()
1629 device_count = MAX_DEVICE_COUNT; in au1200fb_setup()