commit | 2ba60250b01bfbab6b2293f8c1492312eb6a4131 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Fri Feb 14 09:27:15 2014 +0000 |
committer | Paul Burton <paul.burton@imgtec.com> | Fri May 02 16:39:14 2014 +0100 |
tree | 1ed554041a92a7e0fd68e96ab43a7e3b5f305b57 | |
parent | 76306f4272e036e600254a98bc291df50cedd949 [diff] |
MIPS: CPC: provide functions to retrieve register addresses This patch introduces addr_ functions in addition to the existing read_ & write_ functions. The new functions simply return the address of the appropriate CPC register rather than performing a memory access. This will be used in a subsequent patch. Signed-off-by: Paul Burton <paul.burton@imgtec.com>