Home
last modified time | relevance | path

Searched refs:bcma_core_pll_ctl (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/bcma/
Dcore.c109 void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on) in bcma_core_pll_ctl() function
138 EXPORT_SYMBOL_GPL(bcma_core_pll_ctl);
/linux-4.4.14/include/linux/bcma/
Dbcma.h474 extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status,
/linux-4.4.14/drivers/net/wireless/b43/
Dphy_ht.c755 bcma_core_pll_ctl(core, B43_BCMA_CLKCTLST_PHY_PLL_REQ, 0, false); in b43_phy_ht_spur_avoid()
757 bcma_core_pll_ctl(core, in b43_phy_ht_spur_avoid()
Dmain.c1284 bcma_core_pll_ctl(dev->dev->bdev, req, status, true); in b43_bcma_wireless_core_reset()