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

/freebsd-11.0-release/sys/dev/siba/
H A Dsiba_core.c192 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 1);
241 if (what & SIBA_GPIO_CRYSTAL)
242 out &= ~SIBA_GPIO_CRYSTAL;
251 if ((in & SIBA_GPIO_CRYSTAL) != SIBA_GPIO_CRYSTAL) {
252 if (what & SIBA_GPIO_CRYSTAL) {
253 out |= SIBA_GPIO_CRYSTAL;
762 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL | SIBA_GPIO_PLL, 1);
801 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL, 0);
810 siba_pci_gpio(siba, SIBA_GPIO_CRYSTAL,
[all...]
H A Dsibareg.h244 #define SIBA_GPIO_CRYSTAL 0x40 macro

Completed in 108 milliseconds