fbdev: sh_mobile_meram: Replace hardcoded register values with macros
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 13 Jul 2011 10:13:47 +0000 (12:13 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 19 Aug 2011 06:22:42 +0000 (08:22 +0200)
commitf0a260fef6943c60bae65ae52fc4fa52e7f078b1
tree1760bb0ea8daf442fd3edd0bafadf6d5be86b7ac
parent2427bb241b1db35c6e699ad55adf4a30083b79cd
fbdev: sh_mobile_meram: Replace hardcoded register values with macros

Instead of hardcoding register values through the driver, define macros
for individual register bits using the register name and the bit name,
and use the macros.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/sh_mobile_meram.c