Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwireg.h357 #define BWI_PCIM_GPIO_PLL_PWR_OFF __BIT(7) macro
H A Dif_bwi.c664 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
665 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
674 gpio_out &= ~BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
698 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_off()
699 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_off()