Home
last modified time | relevance | path

Searched refs:SIBA_GPIO_PLL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bwn/siba/
H A Dsiba_core.c201 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 1); in siba_core_attach()
248 if (what & SIBA_GPIO_PLL) in siba_pci_gpio()
249 out |= SIBA_GPIO_PLL; in siba_pci_gpio()
263 if (what & SIBA_GPIO_PLL) in siba_pci_gpio()
264 out |= SIBA_GPIO_PLL; in siba_pci_gpio()
271 if (what & SIBA_GPIO_PLL) { in siba_pci_gpio()
272 out &= ~SIBA_GPIO_PLL; in siba_pci_gpio()
774 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 1); in siba_powerup_sub()
1903 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 0); in siba_powerdown_sub()
2232 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 0); in siba_core_suspend()
H A Dsibareg.h245 #define SIBA_GPIO_PLL 0x80 macro