Searched refs:AR_GPIO_WLANACTIVE_PIN (Results 1 – 2 of 2) sorted by relevance
1242 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_enable()1246 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_enable()1250 reg &= ~(0x3 << (AR_GPIO_WLANACTIVE_PIN * 2)); in athn_btcoex_enable()1251 reg |= 0x2 << (AR_GPIO_WLANACTIVE_PIN * 2); in athn_btcoex_enable()1267 ops->gpio_write(sc, AR_GPIO_WLANACTIVE_PIN, 0); in athn_btcoex_disable()1269 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_disable()
1325 #define AR_GPIO_WLANACTIVE_PIN 5 macro