Searched refs:ADM8211_NAR_PR (Results 1 – 2 of 2) sorted by relevance
758 priv->nar &= ~(ADM8211_NAR_PR | ADM8211_NAR_EA); in adm8211_update_mode()762 priv->nar &= ~ADM8211_NAR_PR; in adm8211_update_mode()771 priv->nar |= ADM8211_NAR_PR | ADM8211_NAR_SR; in adm8211_update_mode()1355 priv->nar |= ADM8211_NAR_PR; in adm8211_configure_filter()1360 priv->nar &= ~ADM8211_NAR_PR; in adm8211_configure_filter()1364 priv->nar &= ~(ADM8211_NAR_MM | ADM8211_NAR_PR); in adm8211_configure_filter()1373 if (priv->nar & ADM8211_NAR_PR) in adm8211_configure_filter()
145 #define ADM8211_NAR_PR (1 << 6) macro