Symbol: bcma_pmu_write32
drivers/bcma/driver_chipcommon.c
246
bcma_pmu_write32(cc, BCMA_CC_PMU_WATCHDOG, ticks);
drivers/bcma/driver_chipcommon_pmu.c
18
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
drivers/bcma/driver_chipcommon_pmu.c
198
bcma_pmu_write32(cc, BCMA_CC_PMU_MINRES_MSK, min_msk);
drivers/bcma/driver_chipcommon_pmu.c
200
bcma_pmu_write32(cc, BCMA_CC_PMU_MAXRES_MSK, max_msk);
drivers/bcma/driver_chipcommon_pmu.c
26
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
drivers/bcma/driver_chipcommon_pmu.c
28
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value);
drivers/bcma/driver_chipcommon_pmu.c
35
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
drivers/bcma/driver_chipcommon_pmu.c
44
bcma_pmu_write32(cc, BCMA_CC_PMU_CHIPCTL_ADDR, offset);
drivers/bcma/driver_chipcommon_pmu.c
489
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
drivers/bcma/driver_chipcommon_pmu.c
490
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value);
drivers/bcma/driver_chipcommon_pmu.c
516
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR,
drivers/bcma/driver_chipcommon_pmu.c
521
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp);
drivers/bcma/driver_chipcommon_pmu.c
524
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR,
drivers/bcma/driver_chipcommon_pmu.c
529
bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp);
drivers/bcma/driver_chipcommon_pmu.c
53
bcma_pmu_write32(cc, BCMA_CC_PMU_REGCTL_ADDR, offset);
drivers/bcma/driver_chipcommon_pmu.c
668
bcma_pmu_write32(cc, BCMA_CC_PMU_CTL, tmp);
drivers/bcma/driver_chipcommon_pmu.c
67
bcma_pmu_write32(cc, BCMA_CC_PMU_XTAL_FREQ,
drivers/bcma/driver_chipcommon_pmu.c
74
bcma_pmu_write32(cc, BCMA_CC_PMU_XTAL_FREQ, 0);
include/linux/bcma/bcma_driver_chipcommon.h
683
bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) & (mask))
include/linux/bcma/bcma_driver_chipcommon.h
685
bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) | (set))
include/linux/bcma/bcma_driver_chipcommon.h
687
bcma_pmu_write32(cc, offset, (bcma_pmu_read32(cc, offset) & (mask)) | (set))