Searched refs:match_word_en (Results 1 – 2 of 2) sorted by relevance
652 u8 match_word_en = 0x0F; /* default all words are disabled */ in wordEnMatched() local657 match_word_en &= ~BIT(0); /* enable word 0 */ in wordEnMatched()660 match_word_en &= ~BIT(1); /* enable word 1 */ in wordEnMatched()663 match_word_en &= ~BIT(2); /* enable word 2 */ in wordEnMatched()666 match_word_en &= ~BIT(3); /* enable word 3 */ in wordEnMatched()668 *pWden = match_word_en; in wordEnMatched()670 if (match_word_en != 0xf) in wordEnMatched()
745 u8 match_word_en, tmp_word_en; in efuse_write_data_case1() local770 match_word_en = 0x0F; in efuse_write_data_case1()773 match_word_en &= (~BIT(0)); in efuse_write_data_case1()777 match_word_en &= (~BIT(1)); in efuse_write_data_case1()781 match_word_en &= (~BIT(2)); in efuse_write_data_case1()785 match_word_en &= (~BIT(3)); in efuse_write_data_case1()787 if ((match_word_en & 0x0F) != 0x0F) { in efuse_write_data_case1()805 (match_word_en & BIT(0))) in efuse_write_data_case1()809 (match_word_en & BIT(1))) in efuse_write_data_case1()813 (match_word_en & BIT(2))) in efuse_write_data_case1()[all …]