bcma_pmu_write32  246 drivers/bcma/driver_chipcommon.c 		bcma_pmu_write32(cc, BCMA_CC_PMU_WATCHDOG, ticks);
bcma_pmu_write32   18 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
bcma_pmu_write32   26 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
bcma_pmu_write32   28 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value);
bcma_pmu_write32   35 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
bcma_pmu_write32   44 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_CHIPCTL_ADDR, offset);
bcma_pmu_write32   53 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_REGCTL_ADDR, offset);
bcma_pmu_write32   67 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_XTAL_FREQ,
bcma_pmu_write32   74 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_XTAL_FREQ, 0);
bcma_pmu_write32  198 drivers/bcma/driver_chipcommon_pmu.c 		bcma_pmu_write32(cc, BCMA_CC_PMU_MINRES_MSK, min_msk);
bcma_pmu_write32  200 drivers/bcma/driver_chipcommon_pmu.c 		bcma_pmu_write32(cc, BCMA_CC_PMU_MAXRES_MSK, max_msk);
bcma_pmu_write32  485 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
bcma_pmu_write32  486 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value);
bcma_pmu_write32  510 drivers/bcma/driver_chipcommon_pmu.c 		bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR,
bcma_pmu_write32  515 drivers/bcma/driver_chipcommon_pmu.c 		bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp);
bcma_pmu_write32  518 drivers/bcma/driver_chipcommon_pmu.c 		bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR,
bcma_pmu_write32  523 drivers/bcma/driver_chipcommon_pmu.c 		bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp);
bcma_pmu_write32  660 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_write32(cc, BCMA_CC_PMU_CTL, tmp);
bcma_pmu_write32  677 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) & (mask))
bcma_pmu_write32  679 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) | (set))
bcma_pmu_write32  681 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_pmu_write32(cc, offset, (bcma_pmu_read32(cc, offset) & (mask)) | (set))