Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbwireg.h354 #define BWI_PCIM_GPIO_PLL_PWR_OFF (1 << 7) macro
H A Dbwi.c6258 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6259 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6268 gpio_out &= ~BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6294 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_off()
6295 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_off()