commit | 9d93a9e8aab3f82b6742dd034a6a81d4025cd82e | [log] [tgz] |
---|---|---|
author | Gabriel Somlo <gsomlo@gmail.com> | Tue Jan 12 12:31:40 2021 -0500 |
committer | Stafford Horne <shorne@gmail.com> | Thu Jan 14 09:52:54 2021 +0900 |
tree | 8846dbce998521fc20ad7212a5397dfef3dcc4f5 | |
parent | 131172a4a8ce3fccfd4a9f0f8b3c0d0e59222f1d [diff] |
drivers/soc/litex: move generic accessors to litex.h Move generic LiteX CSR (MMIO) register accessors to litex.h and declare them as "static inline", in preparation for supporting 32-bit CSR subregisters and 64-bit CPUs. NOTE: this is a non-functional change. Signed-off-by: Gabriel Somlo <gsomlo@gmail.com> Signed-off-by: Stafford Horne <shorne@gmail.com>