Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/bcma/
H A Dbcma_driver_chipcommon.h339 #define BCMA_CC_PMU_CAP_REVISION 0x000000FF /* Revision mask */ macro
/openbmc/linux/drivers/bcma/
H A Ddriver_chipcommon_pmu.c289 cc->pmu.rev = (pmucap & BCMA_CC_PMU_CAP_REVISION); in bcma_pmu_early_init()