Lines Matching refs:chipset
2 * linux/drivers/video/amifb.c -- Amiga builtin chipset frame buffer device
73 # define IS_OCS (chipset == TAG_OCS)
82 # define IS_ECS (chipset == TAG_ECS)
91 # define IS_AGA (chipset == TAG_AGA)
214 - the chipset needs 64 + 4 horizontal pixels after the DMA start before
244 - chipset needs 4 pixels before the first pixel is output
246 - chipset needs also prefetch (table 2) to get first pixel data, so
497 * Tags used to indicate the specific chipset
518 static u_short maxfmode, chipset;
1289 DPRINTK("pal not supported by this chipset\n");
1294 * In the AGA chipset seems to be hardware bug with BPC3_BRDRBLNK
1319 DPRINTK("ntsc not supported by this chipset\n");
3562 chipset = TAG_OCS;
3575 chipset = TAG_ECS;
3597 chipset = TAG_AGA;
3613 printk("Unknown graphics chipset, defaulting to OCS\n");