Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bcma/
Ddriver_chipcommon_pmu.c20 return bcma_cc_read32(cc, BCMA_CC_PLLCTL_DATA); in bcma_chipco_pll_read()
28 bcma_cc_write32(cc, BCMA_CC_PLLCTL_DATA, value); in bcma_chipco_pll_write()
37 bcma_cc_maskset32(cc, BCMA_CC_PLLCTL_DATA, mask, set); in bcma_chipco_pll_maskset()
476 bcma_cc_write32(cc, BCMA_CC_PLLCTL_DATA, value); in bcma_pmu_spuravoid_pll_write()
502 tmp = bcma_cc_read32(cc, BCMA_CC_PLLCTL_DATA); in bcma_pmu_spuravoid_pllupdate()
505 bcma_cc_write32(cc, BCMA_CC_PLLCTL_DATA, tmp); in bcma_pmu_spuravoid_pllupdate()
510 tmp = bcma_cc_read32(cc, BCMA_CC_PLLCTL_DATA); in bcma_pmu_spuravoid_pllupdate()
513 bcma_cc_write32(cc, BCMA_CC_PLLCTL_DATA, tmp); in bcma_pmu_spuravoid_pllupdate()
/linux-4.1.27/include/linux/bcma/
Dbcma_driver_chipcommon.h359 #define BCMA_CC_PLLCTL_DATA 0x0664 macro