Searched refs:match_word_en (Results 1 – 13 of 13) 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 …]
2103 u8 match_word_en = 0x0F; /* default all words are disabled */ in wordEnMatched() local2109 match_word_en &= ~BIT0; /* enable word 0 */ in wordEnMatched()2113 match_word_en &= ~BIT1; /* enable word 1 */ in wordEnMatched()2117 match_word_en &= ~BIT2; /* enable word 2 */ in wordEnMatched()2121 match_word_en &= ~BIT3; /* enable word 3 */ in wordEnMatched()2124 *pWden = match_word_en; in wordEnMatched()2126 if (match_word_en != 0xf) in wordEnMatched()
2364 u8 match_word_en = 0x0F; /* default all words are disabled */2370 match_word_en &= ~BIT(0); /* enable word 0 */2374 match_word_en &= ~BIT(1); /* enable word 1 */2378 match_word_en &= ~BIT(2); /* enable word 2 */2382 match_word_en &= ~BIT(3); /* enable word 3 */2385 *pWden = match_word_en;2387 if (match_word_en != 0xf)
2419 u8 match_word_en = 0x0F; // default all words are disabled in wordEnMatched() local2426 match_word_en &= ~BIT0; // enable word 0 in wordEnMatched()2431 match_word_en &= ~BIT1; // enable word 1 in wordEnMatched()2436 match_word_en &= ~BIT2; // enable word 2 in wordEnMatched()2441 match_word_en &= ~BIT3; // enable word 3 in wordEnMatched()2444 *pWden = match_word_en; in wordEnMatched()2446 if(match_word_en != 0xf) in wordEnMatched()
2363 u8 match_word_en = 0x0F; /* default all words are disabled */2369 match_word_en &= ~BIT(0); /* enable word 0 */2373 match_word_en &= ~BIT(1); /* enable word 1 */2377 match_word_en &= ~BIT(2); /* enable word 2 */2381 match_word_en &= ~BIT(3); /* enable word 3 */2384 *pWden = match_word_en;2386 if (match_word_en != 0xf)
2375 u8 match_word_en = 0x0F; /* default all words are disabled */2381 match_word_en &= ~BIT(0); /* enable word 0 */2385 match_word_en &= ~BIT(1); /* enable word 1 */2389 match_word_en &= ~BIT(2); /* enable word 2 */2393 match_word_en &= ~BIT(3); /* enable word 3 */2396 *pWden = match_word_en;2398 if (match_word_en != 0xf)
2373 u8 match_word_en = 0x0F; /* default all words are disabled */2379 match_word_en &= ~BIT(0); /* enable word 0 */2383 match_word_en &= ~BIT(1); /* enable word 1 */2387 match_word_en &= ~BIT(2); /* enable word 2 */2391 match_word_en &= ~BIT(3); /* enable word 3 */2394 *pWden = match_word_en;2396 if (match_word_en != 0xf)
2374 u8 match_word_en = 0x0F; /* default all words are disabled */2380 match_word_en &= ~BIT(0); /* enable word 0 */2384 match_word_en &= ~BIT(1); /* enable word 1 */2388 match_word_en &= ~BIT(2); /* enable word 2 */2392 match_word_en &= ~BIT(3); /* enable word 3 */2395 *pWden = match_word_en;2397 if (match_word_en != 0xf)
2158 u8 match_word_en = 0x0F; /* default all words are disabled */2164 match_word_en &= ~BIT(0); /* enable word 0 */2168 match_word_en &= ~BIT(1); /* enable word 1 */2172 match_word_en &= ~BIT(2); /* enable word 2 */2176 match_word_en &= ~BIT(3); /* enable word 3 */2179 *pWden = match_word_en;2181 if (match_word_en != 0xf)
2395 u8 match_word_en = 0x0F; // default all words are disabled2402 match_word_en &= ~BIT(0); // enable word 02407 match_word_en &= ~BIT(1); // enable word 12412 match_word_en &= ~BIT(2); // enable word 22417 match_word_en &= ~BIT(3); // enable word 32420 *pWden = match_word_en;2422 if (match_word_en != 0xf)