commit | 3cadcbdccc37236ad5a0103b101f31dc1cc35281 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | Tue Nov 27 09:47:00 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Mon Dec 03 14:26:45 2018 +0300 |
tree | 2e8f419988eb60531d23d450551775982fa63ca2 | |
parent | d4472c8320028c758779554f84a2bcb1346c6d16 [diff] |
arc: emsdp: Refactor register and bit accesses Instead of "base + offset" define all registers right away and access them later via direct defines. Generate bit masks with "BIT" macro. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>