bcma_pmu_read32    19 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR);
bcma_pmu_read32    20 drivers/bcma/driver_chipcommon_pmu.c 	return bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA);
bcma_pmu_read32    27 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR);
bcma_pmu_read32    36 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR);
bcma_pmu_read32    45 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_read32(cc, BCMA_CC_PMU_CHIPCTL_ADDR);
bcma_pmu_read32    54 drivers/bcma/driver_chipcommon_pmu.c 	bcma_pmu_read32(cc, BCMA_CC_PMU_REGCTL_ADDR);
bcma_pmu_read32    63 drivers/bcma/driver_chipcommon_pmu.c 	if (!(bcma_pmu_read32(cc, BCMA_CC_PMU_STAT) &
bcma_pmu_read32    71 drivers/bcma/driver_chipcommon_pmu.c 	ilp_ctl = bcma_pmu_read32(cc, BCMA_CC_PMU_XTAL_FREQ);
bcma_pmu_read32   284 drivers/bcma/driver_chipcommon_pmu.c 	pmucap = bcma_pmu_read32(cc, BCMA_CC_PMU_CAP);
bcma_pmu_read32   512 drivers/bcma/driver_chipcommon_pmu.c 		tmp = bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA);
bcma_pmu_read32   520 drivers/bcma/driver_chipcommon_pmu.c 		tmp = bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA);
bcma_pmu_read32   659 drivers/bcma/driver_chipcommon_pmu.c 	tmp |= bcma_pmu_read32(cc, BCMA_CC_PMU_CTL);
bcma_pmu_read32   677 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) & (mask))
bcma_pmu_read32   679 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) | (set))
bcma_pmu_read32   681 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_pmu_write32(cc, offset, (bcma_pmu_read32(cc, offset) & (mask)) | (set))