Searched refs:bit_4 (Results 1 – 1 of 1) sorted by relevance
356 MS_U32 bit_4 = 0xff; in IssueCommand() local378 DDR_3 = (u1 >> 8 & (bit_4)); in IssueCommand()379 DDR_4 = (u1) & (bit_4); in IssueCommand()381 DDR_6 = u2 & (bit_4); // write value, low bits in IssueCommand()383 DDR_8 = u3 & (bit_4); // mask, low bits in IssueCommand()395 DDR_3 = (u1 >> 8 & (bit_4)); //target RIU in IssueCommand()396 DDR_4 = (u1) & (bit_4); //target RIU in IssueCommand()398 DDR_6 = u2 & (bit_4); //write value in IssueCommand()400 DDR_8 = u3 & (bit_4); //write mask in IssueCommand()414 DDR_3 = (u1 >> 8 & (bit_4)); in IssueCommand()[all …]