Home
last modified time | relevance | path

Searched refs:bcma_pmu_read32 (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/bcma/
A Ddriver_chipcommon_pmu.c19 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_read()
20 return bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_chipco_pll_read()
27 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_write()
36 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR); in bcma_chipco_pll_maskset()
45 bcma_pmu_read32(cc, BCMA_CC_PMU_CHIPCTL_ADDR); in bcma_chipco_chipctl_maskset()
54 bcma_pmu_read32(cc, BCMA_CC_PMU_REGCTL_ADDR); in bcma_chipco_regctl_maskset()
63 if (!(bcma_pmu_read32(cc, BCMA_CC_PMU_STAT) & in bcma_pmu_xtalfreq()
71 ilp_ctl = bcma_pmu_read32(cc, BCMA_CC_PMU_XTAL_FREQ); in bcma_pmu_xtalfreq()
288 pmucap = bcma_pmu_read32(cc, BCMA_CC_PMU_CAP); in bcma_pmu_early_init()
518 tmp = bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_pmu_spuravoid_pllupdate()
[all …]
/linux-6.3-rc2/include/linux/bcma/
A Dbcma_driver_chipcommon.h677 #define bcma_pmu_read32(cc, offset) \ macro
683 bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) & (mask))
685 bcma_pmu_write32(cc, offset, bcma_pmu_read32(cc, offset) | (set))
687 bcma_pmu_write32(cc, offset, (bcma_pmu_read32(cc, offset) & (mask)) | (set))

Completed in 7 milliseconds