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

/freebsd-11.0-release/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h207 #define BHNDB_PCI_GPIO_XTAL_ON 0x40 /* PCI config space GPIO 14 for Xtal power-up */ macro
H A Dbhndb_pci.c550 if (gpio_in & BHNDB_PCI_GPIO_XTAL_ON)
558 gpio_flags = (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);
598 gpio_out &= ~BHNDB_PCI_GPIO_XTAL_ON;
603 gpio_en |= (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);

Completed in 49 milliseconds