Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bcma/
Ddriver_chipcommon_pmu.c406 u32 bcma_pmu_get_bus_clock(struct bcma_drv_cc *cc) in bcma_pmu_get_bus_clock() function
435 EXPORT_SYMBOL_GPL(bcma_pmu_get_bus_clock);
469 return bcma_pmu_get_bus_clock(cc); in bcma_pmu_get_cpu_clock()
/linux-4.4.14/include/linux/bcma/
Dbcma_driver_chipcommon.h694 extern u32 bcma_pmu_get_bus_clock(struct bcma_drv_cc *cc);
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c1195 bp_clk = bcma_pmu_get_bus_clock(&bgmac->core->bus->drv_cc) / in bgmac_enable()