[go: nahoru, domu]

Searched defs:int_cntl (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/aty/
H A Datyfb_base.c1600 u32 int_cntl; local
1604 int_cntl = aty_ld_le32(CRTC_INT_CNTL, par);
1606 if (int_cntl & CRTC_VBLANK_INT) {
1608 aty_st_le32(CRTC_INT_CNTL, (int_cntl & CRTC_INT_EN_MASK) |
1626 u32 int_cntl; local
1634 int_cntl = aty_ld_le32(CRTC_INT_CNTL, par) & CRTC_INT_EN_MASK;
1636 aty_st_le32(CRTC_INT_CNTL, int_cntl | CRTC_VBLANK_INT_AK, par);
1638 aty_st_le32(CRTC_INT_CNTL, int_cntl | CRTC_VBLANK_INT_EN, par);
1642 int_cntl = aty_ld_le32(CRTC_INT_CNTL, par) & CRTC_INT_EN_MASK;
1643 if (!(int_cntl
1658 u32 int_cntl; local
[all...]

Completed in 46 milliseconds