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

/freebsd-11.0-release/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h208 #define BHNDB_PCI_GPIO_PLL_OFF 0x80 /* PCI config space GPIO 15 for PLL power-down */ macro
H A Dbhndb_pci.c558 gpio_flags = (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);
567 gpio_out &= ~BHNDB_PCI_GPIO_PLL_OFF;
599 gpio_out |= BHNDB_PCI_GPIO_PLL_OFF;
603 gpio_en |= (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);

Completed in 49 milliseconds