Merge branch 'linux-next' of git://cavan.codon.org.uk/platform-drivers-x86
[deliverable/linux.git] / drivers / bcma / driver_chipcommon_pmu.c
index 44326178db29d1f253770c1700f7b7291f05ba10..c9a4f46c5143e28309ca55b788471f1241c2afff 100644 (file)
@@ -110,7 +110,7 @@ void bcma_pmu_workarounds(struct bcma_drv_cc *cc)
                /* enable 12 mA drive strenth for 4313 and set chipControl
                   register bit 1 */
                bcma_chipco_chipctl_maskset(cc, 0,
-                                           BCMA_CCTRL_4313_12MA_LED_DRIVE,
+                                           ~BCMA_CCTRL_4313_12MA_LED_DRIVE,
                                            BCMA_CCTRL_4313_12MA_LED_DRIVE);
                break;
        case BCMA_CHIP_ID_BCM4331:
@@ -124,14 +124,14 @@ void bcma_pmu_workarounds(struct bcma_drv_cc *cc)
                   register bit 15 */
                if (bus->chipinfo.rev == 0) {
                        bcma_cc_maskset32(cc, BCMA_CC_CHIPCTL,
-                                         BCMA_CCTRL_43224_GPIO_TOGGLE,
+                                         ~BCMA_CCTRL_43224_GPIO_TOGGLE,
                                          BCMA_CCTRL_43224_GPIO_TOGGLE);
                        bcma_chipco_chipctl_maskset(cc, 0,
-                                                   BCMA_CCTRL_43224A0_12MA_LED_DRIVE,
+                                                   ~BCMA_CCTRL_43224A0_12MA_LED_DRIVE,
                                                    BCMA_CCTRL_43224A0_12MA_LED_DRIVE);
                } else {
                        bcma_chipco_chipctl_maskset(cc, 0,
-                                                   BCMA_CCTRL_43224B0_12MA_LED_DRIVE,
+                                                   ~BCMA_CCTRL_43224B0_12MA_LED_DRIVE,
                                                    BCMA_CCTRL_43224B0_12MA_LED_DRIVE);
                }
                break;
This page took 0.033438 seconds and 5 git commands to generate.