Searched refs:SR01 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/video/i810/ |
D | i810_regs.h | 219 #define SR01 0x01 macro
|
D | i810_main.c | 171 i810_writeb(SR_INDEX, mmio, SR01); in i810_screen_off() 177 i810_writeb(SR_INDEX, mmio, SR01); in i810_screen_off() 373 i810_writeb(SR_INDEX, mmio, SR01); in i810_load_pitch() 377 i810_writeb(SR_INDEX, mmio, SR01); in i810_load_pitch() 519 i810_writeb(SR_INDEX, mmio, SR01); in i810_restore_vgax() 522 i810_writeb(SR_INDEX, mmio, SR01); in i810_restore_vgax() 627 i810_writeb(SR_INDEX, mmio, SR01); in i810_save_vgax()
|
/linux-2.6.39/drivers/video/via/ |
D | share.h | 70 #define SR01 0x01 macro
|
D | hw.c | 2287 viafb_write_reg_mask(SR01, VIASR, 0x20, BIT5); in device_screen_off() 2293 viafb_write_reg_mask(SR01, VIASR, 0x00, BIT5); in device_screen_on()
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | i915_reg.h | 732 #define SR01 1 macro
|
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_setmode.c | 7942 unsigned char SR01 = 0, SR1F = 0, SR07 = 0, SR06 = 0; in XGI_SenseCRT1() local 7958 SR01 = (unsigned char) xgifb_reg_get(pVBInfo->P3c4, 0x01); in XGI_SenseCRT1() 7960 xgifb_reg_set(pVBInfo->P3c4, 0x01, (unsigned char) (SR01 & 0xDF)); in XGI_SenseCRT1() 8029 xgifb_reg_set(pVBInfo->P3c4, 0x01, SR01); in XGI_SenseCRT1()
|