Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bcma/
Ddriver_chipcommon_pmu.c17 bcma_cc_write32(cc, BCMA_CC_PLLCTL_ADDR, offset); in bcma_chipco_pll_read()
18 bcma_cc_read32(cc, BCMA_CC_PLLCTL_ADDR); in bcma_chipco_pll_read()
24 bcma_cc_write32(cc, BCMA_CC_PLLCTL_ADDR, offset); in bcma_chipco_pll_write()
25 bcma_cc_read32(cc, BCMA_CC_PLLCTL_ADDR); in bcma_chipco_pll_write()
33 bcma_cc_write32(cc, BCMA_CC_PLLCTL_ADDR, offset); in bcma_chipco_pll_maskset()
34 bcma_cc_read32(cc, BCMA_CC_PLLCTL_ADDR); in bcma_chipco_pll_maskset()
/linux-3.4.99/include/linux/bcma/
Dbcma_driver_chipcommon.h265 #define BCMA_CC_PLLCTL_ADDR 0x0660 macro