Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/bcma/
Ddriver_chipcommon_pmu.c20 return bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_chipco_pll_read()
28 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value); in bcma_chipco_pll_write()
37 bcma_pmu_maskset32(cc, BCMA_CC_PMU_PLLCTL_DATA, mask, set); in bcma_chipco_pll_maskset()
490 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value); in bcma_pmu_spuravoid_pll_write()
518 tmp = bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_pmu_spuravoid_pllupdate()
521 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp); in bcma_pmu_spuravoid_pllupdate()
526 tmp = bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_pmu_spuravoid_pllupdate()
529 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp); in bcma_pmu_spuravoid_pllupdate()
/Linux-v6.1/drivers/usb/host/
Dbcma-hcd.c217 bcma_write32(pmu_core, BCMA_CC_PMU_PLLCTL_DATA, 0x005360c1); in bcma_hcd_usb20_old_arm_init()
220 bcma_write32(pmu_core, BCMA_CC_PMU_PLLCTL_DATA, 0x0); in bcma_hcd_usb20_old_arm_init()
/Linux-v6.1/include/linux/bcma/
Dbcma_driver_chipcommon.h367 #define BCMA_CC_PMU_PLLCTL_DATA 0x0664 macro