int_cntl         1589 drivers/video/fbdev/aty/atyfb_base.c 	u32 int_cntl;
int_cntl         1593 drivers/video/fbdev/aty/atyfb_base.c 	int_cntl = aty_ld_le32(CRTC_INT_CNTL, par);
int_cntl         1595 drivers/video/fbdev/aty/atyfb_base.c 	if (int_cntl & CRTC_VBLANK_INT) {
int_cntl         1597 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, (int_cntl & CRTC_INT_EN_MASK) |
int_cntl         1615 drivers/video/fbdev/aty/atyfb_base.c 	u32 int_cntl;
int_cntl         1623 drivers/video/fbdev/aty/atyfb_base.c 		int_cntl = aty_ld_le32(CRTC_INT_CNTL, par) & CRTC_INT_EN_MASK;
int_cntl         1625 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, int_cntl | CRTC_VBLANK_INT_AK, par);
int_cntl         1627 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, int_cntl | CRTC_VBLANK_INT_EN, par);
int_cntl         1631 drivers/video/fbdev/aty/atyfb_base.c 		int_cntl = aty_ld_le32(CRTC_INT_CNTL, par) & CRTC_INT_EN_MASK;
int_cntl         1632 drivers/video/fbdev/aty/atyfb_base.c 		if (!(int_cntl & CRTC_VBLANK_INT_EN)) {
int_cntl         1634 drivers/video/fbdev/aty/atyfb_base.c 			       int_cntl);
int_cntl         1636 drivers/video/fbdev/aty/atyfb_base.c 			aty_st_le32(CRTC_INT_CNTL, int_cntl |
int_cntl         1647 drivers/video/fbdev/aty/atyfb_base.c 	u32 int_cntl;
int_cntl         1655 drivers/video/fbdev/aty/atyfb_base.c 		int_cntl = aty_ld_le32(CRTC_INT_CNTL, par) & CRTC_INT_EN_MASK;
int_cntl         1657 drivers/video/fbdev/aty/atyfb_base.c 		aty_st_le32(CRTC_INT_CNTL, int_cntl & ~CRTC_VBLANK_INT_EN, par);