Searched refs:ssb_pci_xtal (Results 1 - 4 of 4) sorted by relevance

/drivers/ssb/
H A Dssb_private.h39 extern int ssb_pci_xtal(struct ssb_bus *bus, u32 what,
59 static inline int ssb_pci_xtal(struct ssb_bus *bus, u32 what, function
H A Ddriver_chipcommon.c78 ssb_pci_xtal(bus, SSB_GPIO_XTAL, 1); /* Force crystal on */
104 ssb_pci_xtal(bus, SSB_GPIO_XTAL, 0);
H A Dmain.c219 ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0);
785 err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 1);
850 ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0);
1318 err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0);
1337 err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 1);
H A Dpci.c86 int ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) function
165 printk(KERN_ERR PFX "Error: ssb_pci_xtal() could not access PCI config space!\n");

Completed in 169 milliseconds