Searched refs:SIBA_GPIO_CRYSTAL (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/siba/
H A Dsiba_core.c186 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 1);
235 if (what & SIBA_GPIO_CRYSTAL)
236 out &= ~SIBA_GPIO_CRYSTAL;
245 if ((in & SIBA_GPIO_CRYSTAL) != SIBA_GPIO_CRYSTAL) {
246 if (what & SIBA_GPIO_CRYSTAL) {
247 out |= SIBA_GPIO_CRYSTAL;
754 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 1);
786 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL, 0);
795 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL,
[all...]
H A Dsibareg.h239 #define SIBA_GPIO_CRYSTAL 0x40 macro

Completed in 93 milliseconds