Lines Matching refs:cond1
739 u32 cond1 = condition1, cond2 = condition2; in _rtl8821ae_check_positive() local
754 cond1, cond2); in _rtl8821ae_check_positive()
768 if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != in _rtl8821ae_check_positive()
771 if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != in _rtl8821ae_check_positive()
778 cond1 &= 0x00FF0FFF; in _rtl8821ae_check_positive()
781 if ((cond1 & driver1) == cond1) { in _rtl8821ae_check_positive()
784 if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ in _rtl8821ae_check_positive()
787 if ((cond1 & BIT(0)) != 0) /*GLNA*/ in _rtl8821ae_check_positive()
789 if ((cond1 & BIT(1)) != 0) /*GPA*/ in _rtl8821ae_check_positive()
791 if ((cond1 & BIT(2)) != 0) /*ALNA*/ in _rtl8821ae_check_positive()
793 if ((cond1 & BIT(3)) != 0) /*APA*/ in _rtl8821ae_check_positive()