Lines Matching refs:cond1
769 u32 cond1 = condition1, cond2 = condition2; in _rtl8821ae_check_positive() local
784 cond1, cond2); in _rtl8821ae_check_positive()
798 if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != in _rtl8821ae_check_positive()
801 if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != in _rtl8821ae_check_positive()
808 cond1 &= 0x00FF0FFF; in _rtl8821ae_check_positive()
811 if ((cond1 & driver1) == cond1) { in _rtl8821ae_check_positive()
814 if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ in _rtl8821ae_check_positive()
817 if ((cond1 & BIT(0)) != 0) /*GLNA*/ in _rtl8821ae_check_positive()
819 if ((cond1 & BIT(1)) != 0) /*GPA*/ in _rtl8821ae_check_positive()
821 if ((cond1 & BIT(2)) != 0) /*ALNA*/ in _rtl8821ae_check_positive()
823 if ((cond1 & BIT(3)) != 0) /*APA*/ in _rtl8821ae_check_positive()