Lines Matching refs:nar
758 priv->nar &= ~(ADM8211_NAR_PR | ADM8211_NAR_EA); in adm8211_update_mode()
759 priv->nar |= ADM8211_NAR_ST | ADM8211_NAR_SR; in adm8211_update_mode()
762 priv->nar &= ~ADM8211_NAR_PR; in adm8211_update_mode()
763 priv->nar |= ADM8211_NAR_EA | ADM8211_NAR_ST | ADM8211_NAR_SR; in adm8211_update_mode()
770 priv->nar &= ~(ADM8211_NAR_EA | ADM8211_NAR_ST); in adm8211_update_mode()
771 priv->nar |= ADM8211_NAR_PR | ADM8211_NAR_SR; in adm8211_update_mode()
1146 priv->nar = ADM8211_NAR_SF | ADM8211_NAR_PB; in adm8211_hw_init()
1147 ADM8211_CSR_WRITE(NAR, priv->nar); in adm8211_hw_init()
1355 priv->nar |= ADM8211_NAR_PR; in adm8211_configure_filter()
1356 priv->nar &= ~ADM8211_NAR_MM; in adm8211_configure_filter()
1360 priv->nar &= ~ADM8211_NAR_PR; in adm8211_configure_filter()
1361 priv->nar |= ADM8211_NAR_MM; 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()
1551 priv->nar = 0; in adm8211_stop()