Home
last modified time | relevance | path

Searched refs:BWI_PCIM_GPIO_PLL_PWR_OFF (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dbwireg.h365 #define BWI_PCIM_GPIO_PLL_PWR_OFF (1 << 7) macro
Dbwi.c6517 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6518 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6527 gpio_out &= ~BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6558 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_off()
6559 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_off()