Searched refs:fbiInit1 (Results 1 – 10 of 10) sorted by relevance
221 uint32_t fbiInit0, fbiInit1, fbiInit2, fbiInit3, fbiInit4; member1078 #define SLI_ENABLED (voodoo->fbiInit1 & FBIINIT1_SLI_ENABLE)1141 voodoo->block_width = ((voodoo->fbiInit1 >> 4) & 15) * 2; in voodoo_recalc()1144 if (voodoo->fbiInit1 & (1 << 24)) in voodoo_recalc()6116 temp = voodoo->fbiInit1; in voodoo_readl()6335 … if ((voodoo->fbiInit1 & FBIINIT1_VIDEO_RESET) && !(val & FBIINIT1_VIDEO_RESET)) in voodoo_writel()6341 voodoo->fbiInit1 = (val & ~5) | (voodoo->fbiInit1 & 5); in voodoo_writel()6343 voodoo->burst_time = pci_burst_time * ((voodoo->fbiInit1 & 2) ? 2 : 1); in voodoo_writel()7542 …voodoo_set->voodoos[0]->burst_time = pci_burst_time * ((voodoo_set->voodoos[0]->fbiInit1 & 2) ? 2 … in voodoo_speed_changed()7715 voodoo_set->voodoos[0]->fbiInit1 |= FBIINIT1_MULTI_SST; in voodoo_init()[all …]
1245 v->fbi.x_tiles = FBIINIT1_X_VIDEO_TILES(v->reg[fbiInit1].u); in recompute_video_memory()1249 (FBIINIT1_X_VIDEO_TILES_BIT5(v->reg[fbiInit1].u) << 5) | in recompute_video_memory()2104 if (!FBIINIT1_VIDEO_TIMING_RESET(v->reg[fbiInit1].u)) in register_w()3407 case fbiInit1: in register_w_common()3934 v->reg[fbiInit1].u = (1 << 1) | (1 << 8) | (1 << 12) | (2 << 20);
1049 if (((v->reg[fbiInit1].u >> 20) & 3) == 1) { // VCLK div 2 in update_timing()
258 #define fbiInit1 (0x214/4) /* RW -- Voodoo/Voodoo2 only */ macro
834 if (vd_type <= TYPE_VOODOO_2 && FBIINIT1_SOFTWARE_BLANK(reg[fbiInit1].u)) in voodoo_update()1611 fbi.x_tiles = FBIINIT1_X_VIDEO_TILES(reg[fbiInit1].u); in recompute_video_memory()1615 (FBIINIT1_X_VIDEO_TILES_BIT5(reg[fbiInit1].u) << 5) | in recompute_video_memory()3070 if (!FBIINIT1_VIDEO_TIMING_RESET(vd->reg[fbiInit1].u)) in register_w()3214 case fbiInit1: in register_w()5776 reg[fbiInit1].u = (1 << 1) | (1 << 8) | (1 << 12) | (2 << 20);
234 #define fbiInit1 (0x214/4) /* RW -- Voodoo/Voodoo2 only */ macro
407 #define fbiInit1 (0x214/4) macro2247 case fbiInit1: in WRITE32_HANDLER()