Searched refs:match_word_en (Results 1 – 2 of 2) sorted by relevance
777 u8 match_word_en, tmp_word_en; in efuse_write_data_case1() local802 match_word_en = 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()817 match_word_en &= (~BIT(3)); in efuse_write_data_case1()819 if ((match_word_en & 0x0F) != 0x0F) { in efuse_write_data_case1()836 (match_word_en & BIT(0))) in efuse_write_data_case1()840 (match_word_en & BIT(1))) in efuse_write_data_case1()844 (match_word_en & BIT(2))) in efuse_write_data_case1()[all …]
738 u8 match_word_en = 0x0F; /* default all words are disabled */ in wordEnMatched() local743 match_word_en &= ~BIT(0); /* enable word 0 */ in wordEnMatched()746 match_word_en &= ~BIT(1); /* enable word 1 */ in wordEnMatched()749 match_word_en &= ~BIT(2); /* enable word 2 */ in wordEnMatched()752 match_word_en &= ~BIT(3); /* enable word 3 */ in wordEnMatched()754 *pWden = match_word_en; in wordEnMatched()756 if (match_word_en != 0xf) in wordEnMatched()