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

/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h213 #define BHNDB_PCI_GPIO_PLL_OFF 0x80 /* PCI config space GPIO 15 for PLL power-down */ macro
H A Dbhndb_pci.c1072 gpio_flags = (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);
1081 gpio_out &= ~BHNDB_PCI_GPIO_PLL_OFF;
1119 gpio_out |= BHNDB_PCI_GPIO_PLL_OFF;
1123 gpio_en |= (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);

Completed in 56 milliseconds