Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bcma/
H A 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);
/openbmc/linux/include/linux/bcma/
H A Dbcma.h478 extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status,
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c742 bcma_core_pll_ctl(core, B43_BCMA_CLKCTLST_PHY_PLL_REQ, 0, false); in b43_phy_ht_spur_avoid()
744 bcma_core_pll_ctl(core, in b43_phy_ht_spur_avoid()
H A Dmain.c1279 bcma_core_pll_ctl(dev->dev->bdev, req, status, true); in b43_bcma_wireless_core_reset()