gen_cntl 188 arch/x86/kernel/quirks.c u32 uninitialized_var(gen_cntl); gen_cntl 193 arch/x86/kernel/quirks.c pci_read_config_dword(cached_dev, 0xD0, &gen_cntl); gen_cntl 194 arch/x86/kernel/quirks.c gen_cntl &= (~(0x7 << 15)); gen_cntl 195 arch/x86/kernel/quirks.c gen_cntl |= (0x4 << 15); gen_cntl 197 arch/x86/kernel/quirks.c pci_write_config_dword(cached_dev, 0xD0, gen_cntl); gen_cntl 198 arch/x86/kernel/quirks.c pci_read_config_dword(cached_dev, 0xD0, &gen_cntl); gen_cntl 199 arch/x86/kernel/quirks.c val = gen_cntl >> 15; gen_cntl 210 arch/x86/kernel/quirks.c u32 uninitialized_var(gen_cntl); gen_cntl 215 arch/x86/kernel/quirks.c pci_read_config_dword(dev, 0xD0, &gen_cntl); gen_cntl 220 arch/x86/kernel/quirks.c val = gen_cntl >> 15; gen_cntl 234 arch/x86/kernel/quirks.c gen_cntl &= (~(0x7 << 15)); gen_cntl 235 arch/x86/kernel/quirks.c gen_cntl |= (0x4 << 15); gen_cntl 236 arch/x86/kernel/quirks.c pci_write_config_dword(dev, 0xD0, gen_cntl); gen_cntl 238 arch/x86/kernel/quirks.c pci_read_config_dword(dev, 0xD0, &gen_cntl); gen_cntl 240 arch/x86/kernel/quirks.c val = gen_cntl >> 15; gen_cntl 420 drivers/video/fbdev/aty/aty128fb.c u32 gen_cntl; gen_cntl 1026 drivers/video/fbdev/aty/aty128fb.c aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl); gen_cntl 1137 drivers/video/fbdev/aty/aty128fb.c crtc->gen_cntl = 0x3000000L | c_sync | (dst << 8); gen_cntl 1250 drivers/video/fbdev/aty/aty128fb.c c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; gen_cntl 1251 drivers/video/fbdev/aty/aty128fb.c pix_width = crtc->gen_cntl & CRTC_PIX_WIDTH_MASK; gen_cntl 24 drivers/video/fbdev/aty/atyfb.h u32 gen_cntl; gen_cntl 671 drivers/video/fbdev/aty/atyfb_base.c crtc->gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); gen_cntl 694 drivers/video/fbdev/aty/atyfb_base.c aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & gen_cntl 711 drivers/video/fbdev/aty/atyfb_base.c aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~CRTC_EN, par); gen_cntl 719 drivers/video/fbdev/aty/atyfb_base.c (crtc->gen_cntl & CRTC_CSYNC_EN) ? 'P' : 'N'); gen_cntl 727 drivers/video/fbdev/aty/atyfb_base.c DPRINTK("CRTC_GEN_CNTL: %x\n", crtc->gen_cntl); gen_cntl 736 drivers/video/fbdev/aty/atyfb_base.c aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl, par); gen_cntl 1022 drivers/video/fbdev/aty/atyfb_base.c crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; gen_cntl 1023 drivers/video/fbdev/aty/atyfb_base.c crtc->gen_cntl |= CRTC_VGA_LINEAR; gen_cntl 1027 drivers/video/fbdev/aty/atyfb_base.c crtc->gen_cntl |= CRTC_DBL_SCAN_EN; gen_cntl 1030 drivers/video/fbdev/aty/atyfb_base.c crtc->gen_cntl |= CRTC_INTERLACE_EN; gen_cntl 1036 drivers/video/fbdev/aty/atyfb_base.c crtc->gen_cntl &= ~(CRTC2_EN | CRTC2_PIX_WIDTH); gen_cntl 1143 drivers/video/fbdev/aty/atyfb_base.c crtc->gen_cntl |= (aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_FIFO_LWM); gen_cntl 1172 drivers/video/fbdev/aty/atyfb_base.c c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; gen_cntl 1173 drivers/video/fbdev/aty/atyfb_base.c pix_width = crtc->gen_cntl & CRTC_PIX_WIDTH_MASK; gen_cntl 1174 drivers/video/fbdev/aty/atyfb_base.c double_scan = crtc->gen_cntl & CRTC_DBL_SCAN_EN; gen_cntl 1175 drivers/video/fbdev/aty/atyfb_base.c interlace = crtc->gen_cntl & CRTC_INTERLACE_EN; gen_cntl 1362 drivers/video/fbdev/aty/atyfb_base.c if (par->crtc.gen_cntl & CRTC_INTERLACE_EN) gen_cntl 1364 drivers/video/fbdev/aty/atyfb_base.c if (par->crtc.gen_cntl & CRTC_DBL_SCAN_EN) gen_cntl 1730 drivers/video/fbdev/aty/atyfb_base.c if (par->crtc.gen_cntl & CRTC_DBL_SCAN_EN) gen_cntl 2772 drivers/video/fbdev/aty/atyfb_base.c u32 gen_cntl; gen_cntl 2786 drivers/video/fbdev/aty/atyfb_base.c gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); gen_cntl 2787 drivers/video/fbdev/aty/atyfb_base.c gen_cntl &= ~0x400004c; gen_cntl 2792 drivers/video/fbdev/aty/atyfb_base.c gen_cntl |= 0x4000040; gen_cntl 2795 drivers/video/fbdev/aty/atyfb_base.c gen_cntl |= 0x4000048; gen_cntl 2798 drivers/video/fbdev/aty/atyfb_base.c gen_cntl |= 0x4000044; gen_cntl 2801 drivers/video/fbdev/aty/atyfb_base.c gen_cntl |= 0x400004c; gen_cntl 2804 drivers/video/fbdev/aty/atyfb_base.c aty_st_le32(CRTC_GEN_CNTL, gen_cntl, par); gen_cntl 3048 drivers/video/fbdev/aty/atyfb_base.c crtc.gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); gen_cntl 113 drivers/video/fbdev/aty/mach64_cursor.c if (par->crtc.gen_cntl & CRTC_DBL_SCAN_EN) {