Lines Matching refs:nar
761 priv->nar &= ~(ADM8211_NAR_PR | ADM8211_NAR_EA); in adm8211_update_mode()
762 priv->nar |= ADM8211_NAR_ST | ADM8211_NAR_SR; in adm8211_update_mode()
765 priv->nar &= ~ADM8211_NAR_PR; in adm8211_update_mode()
766 priv->nar |= ADM8211_NAR_EA | ADM8211_NAR_ST | ADM8211_NAR_SR; in adm8211_update_mode()
773 priv->nar &= ~(ADM8211_NAR_EA | ADM8211_NAR_ST); in adm8211_update_mode()
774 priv->nar |= ADM8211_NAR_PR | ADM8211_NAR_SR; in adm8211_update_mode()
1153 priv->nar = ADM8211_NAR_SF | ADM8211_NAR_PB; in adm8211_hw_init()
1154 ADM8211_CSR_WRITE(NAR, priv->nar); in adm8211_hw_init()
1364 priv->nar &= ~ADM8211_NAR_PR; in adm8211_configure_filter()
1365 priv->nar |= ADM8211_NAR_MM; in adm8211_configure_filter()
1368 priv->nar &= ~(ADM8211_NAR_MM | ADM8211_NAR_PR); in adm8211_configure_filter()
1377 if (priv->nar & ADM8211_NAR_PR) in adm8211_configure_filter()
1559 priv->nar = 0; in adm8211_stop()