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

/linux-master/drivers/ssb/
H A Dssb_private.h19 extern int ssb_pci_xtal(struct ssb_bus *bus, u32 what,
39 static inline int ssb_pci_xtal(struct ssb_bus *bus, u32 what, function
H A Dmain.c191 ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0);
633 err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 1);
700 ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0);
1175 err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0);
1192 err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 1);
H A Ddriver_chipcommon.c80 ssb_pci_xtal(bus, SSB_GPIO_XTAL, 1); /* Force crystal on */
106 ssb_pci_xtal(bus, SSB_GPIO_XTAL, 0);
H A Dpci.c84 int ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) function
163 pr_err("Error: ssb_pci_xtal() could not access PCI config space!\n");

Completed in 138 milliseconds