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

/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h212 #define BHNDB_PCI_GPIO_PLL_OFF 0x80 /* PCI config space GPIO 15 for PLL power-down */ macro
H A Dbhndb_pci.c1071 gpio_flags = (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);
1080 gpio_out &= ~BHNDB_PCI_GPIO_PLL_OFF;
1118 gpio_out |= BHNDB_PCI_GPIO_PLL_OFF;
1122 gpio_en |= (BHNDB_PCI_GPIO_PLL_OFF|BHNDB_PCI_GPIO_XTAL_ON);

Completed in 173 milliseconds