]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB (12305): cx23885: Convert existing HVR1800 GPIO calls into new format
authorSteven Toth <stoth@kernellabs.com>
Fri, 26 Jun 2009 02:50:39 +0000 (23:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 12 Sep 2009 15:17:54 +0000 (12:17 -0300)
... improves readability and routes the calls through a specific single point.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-cards.c

index 742af19768099789fc00d55955cfedfb1d63fbb6..2bf8ed604d6b8547b70b949d9d769f73f80c79bc 100644 (file)
@@ -593,11 +593,12 @@ void cx23885_gpio_setup(struct cx23885_dev *dev)
                mdelay(100);
 
                /* Force the TDA8295A into reset and back */
-               cx_set(GP0_IO, 0x00040004);
+               cx23885_gpio_enable(dev, GPIO_2, 1);
+               cx23885_gpio_set(dev, GPIO_2);
                mdelay(20);
-               cx_clear(GP0_IO, 0x00000004);
+               cx23885_gpio_clear(dev, GPIO_2);
                mdelay(20);
-               cx_set(GP0_IO, 0x00040004);
+               cx23885_gpio_set(dev, GPIO_2);
                mdelay(20);
                break;
        case CX23885_BOARD_HAUPPAUGE_HVR1200: