commit | a1673b36582d345817e7f37d6ee29b99b9340846 | [log] [tgz] |
---|---|---|
author | Krishna Reddy <vdumpa@nvidia.com> | Sun Dec 17 16:21:47 2017 -0800 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Jan 17 10:31:35 2020 +0000 |
tree | 1887581b7d59bd1388f61e189e052534f391eab4 | |
parent | 45ea68934423bb4d6b7a6efbc335ea48875ab3d6 [diff] |
Tegra194: memctrl: fix bug in client order id reg value generation Client order id reset values are incorrectly and'ed with mc_client_order_id macro, which resulted in getting reg value as always zero. Updated mc_client_order_id macro to avoid and'ing outside the macro, to take the reg value and update specific bit field as necessary. Change-Id: I880be6e4291d7cd58cf70d7c247a4044e57edd9e Signed-off-by: Krishna Reddy <vdumpa@nvidia.com>