Home
last modified time | relevance | path

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

/Linux-v4.19/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()
486 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value); in bcma_pmu_spuravoid_pll_write()
512 tmp = bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_pmu_spuravoid_pllupdate()
515 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp); in bcma_pmu_spuravoid_pllupdate()
520 tmp = bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA); in bcma_pmu_spuravoid_pllupdate()
523 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, tmp); in bcma_pmu_spuravoid_pllupdate()
/Linux-v4.19/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-v4.19/include/linux/bcma/
Dbcma_driver_chipcommon.h365 #define BCMA_CC_PMU_PLLCTL_DATA 0x0664 macro