Home
last modified time | relevance | path

Searched refs:bcma_pmu_write32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/bcma/
A Ddriver_chipcommon_pmu.c18 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_read()
26 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_write()
28 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value); in bcma_chipco_pll_write()
35 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset); in bcma_chipco_pll_maskset()
44 bcma_pmu_write32(cc, BCMA_CC_PMU_CHIPCTL_ADDR, offset); in bcma_chipco_chipctl_maskset()
53 bcma_pmu_write32(cc, BCMA_CC_PMU_REGCTL_ADDR, offset); in bcma_chipco_regctl_maskset()
67 bcma_pmu_write32(cc, BCMA_CC_PMU_XTAL_FREQ, in bcma_pmu_xtalfreq()
74 bcma_pmu_write32(cc, BCMA_CC_PMU_XTAL_FREQ, 0); in bcma_pmu_xtalfreq()
516 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, in bcma_pmu_spuravoid_pllupdate()
524 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, in bcma_pmu_spuravoid_pllupdate()
[all …]
A Ddriver_chipcommon.c246 bcma_pmu_write32(cc, BCMA_CC_PMU_WATCHDOG, ticks); in bcma_chipco_watchdog_timer_set()
/linux-6.3-rc2/include/linux/bcma/
A Dbcma_driver_chipcommon.h679 #define bcma_pmu_write32(cc, offset, val) \ 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 9 milliseconds