Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dadm8211.c759 priv->nar &= ~(ADM8211_NAR_PR | ADM8211_NAR_EA); in adm8211_update_mode()
763 priv->nar &= ~ADM8211_NAR_PR; in adm8211_update_mode()
772 priv->nar |= ADM8211_NAR_PR | ADM8211_NAR_SR; in adm8211_update_mode()
1362 priv->nar &= ~ADM8211_NAR_PR; in adm8211_configure_filter()
1366 priv->nar &= ~(ADM8211_NAR_MM | ADM8211_NAR_PR); in adm8211_configure_filter()
1375 if (priv->nar & ADM8211_NAR_PR) in adm8211_configure_filter()
Dadm8211.h145 #define ADM8211_NAR_PR (1 << 6) macro