hdcn              201 drivers/video/fbdev/sh7760fb.c 	unsigned short hsynp, hsynw, htcn, hdcn;
hdcn              218 drivers/video/fbdev/sh7760fb.c 	hdcn = vm->xres;
hdcn              229 drivers/video/fbdev/sh7760fb.c 	dev_dbg(info->dev, "%dx%d %dbpp %s (orientation %s)\n", hdcn,
hdcn              257 drivers/video/fbdev/sh7760fb.c 	iowrite16(((htcn >> 3) - 1) | (((hdcn >> 3) - 1) << 8),
hdcn              268 drivers/video/fbdev/sh7760fb.c 	stride = (par->rot) ? vtln : hdcn;
hdcn              297 drivers/video/fbdev/sh7760fb.c 		sbase += (hdcn - 1) * stride;
hdcn              313 drivers/video/fbdev/sh7760fb.c 			dstn_off *= hdcn >> 1;
hdcn              329 drivers/video/fbdev/sh7760fb.c 	dev_dbg(info->dev, "hdcn  : %6d htcn  : %6d\n", hdcn, htcn);