Home | History | Annotate | Download | only in pci

Lines Matching refs:rcp

4100 		struct radeonfb_crtc	*rcp = &dp->rd_crtcs[i];
4105 if (rcp->rc_number) {
4118 if (rcp->rc_number) {
4135 while (y < rcp->rc_yoffset) {
4136 rcp->rc_yoffset -= RADEON_PANINCREMENT;
4138 while (y >= (rcp->rc_yoffset + rcp->rc_videomode.vdisplay)) {
4139 rcp->rc_yoffset += RADEON_PANINCREMENT;
4141 while (x < rcp->rc_xoffset) {
4142 rcp->rc_xoffset -= RADEON_PANINCREMENT;
4144 while (x >= (rcprcp->rc_videomode.hdisplay)) {
4145 rcp->rc_xoffset += RADEON_PANINCREMENT;
4159 x -= rcp->rc_xoffset;
4160 y -= rcp->rc_yoffset;
4179 PUT32(sc, crtcoff, (rcp->rc_yoffset * dp->rd_stride) +
4180 rcp->rc_xoffset);