Home
last modified time | relevance | path

Searched refs:DDR_7 (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/cmdq/drv/cmdq/
H A DdrvCMDQ.c353 MS_U32 DDR_1 = 0, DDR_2 = 0, DDR_3 = 0, DDR_4 = 0, DDR_5 = 0, DDR_6 = 0, DDR_7 = 0, DDR_8 = 0; in IssueCommand() local
382 DDR_7 = u3 >> 8; // mask, high bits in IssueCommand()
384 InsertOneCommand(hnd, DDR_8, DDR_7, DDR_6, DDR_5, DDR_4, DDR_3, DDR_2, DDR_1); in IssueCommand()
399 DDR_7 = u3 >> 8; //write mask in IssueCommand()
401 InsertOneCommand(hnd, DDR_8, DDR_7, DDR_6, DDR_5, DDR_4, DDR_3, DDR_2, DDR_1); in IssueCommand()
418 DDR_7 = u3 >> 8; in IssueCommand()
420 InsertOneCommand(hnd, DDR_8, DDR_7, DDR_6, DDR_5, DDR_4, DDR_3, DDR_2, DDR_1); in IssueCommand()
436 DDR_7 = u3 >> 8; in IssueCommand()
438 InsertOneCommand(hnd, DDR_8, DDR_7, DDR_6, DDR_5, DDR_4, DDR_3, DDR_2, DDR_1); in IssueCommand()
450 DDR_7 = cmd->mask >> 8; in IssueCommand()
[all …]