Commits
Alexey Brodkin committed fb9a46a2ab4
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>