Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bcma/
Dcore.c86 void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on) in bcma_core_pll_ctl() function
109 EXPORT_SYMBOL_GPL(bcma_core_pll_ctl);
/linux-3.4.99/include/linux/bcma/
Dbcma.h299 extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status,
/linux-3.4.99/drivers/net/wireless/b43/
Dmain.c1195 bcma_core_pll_ctl(dev->dev->bdev, 0x300, 0x3000000, true); in b43_bcma_wireless_core_reset()