zephyr/include/arch/xtensa
Eugeniy Paltsev ebe51e26cb ARCH: COMMON: split sys_io.h for MMIO & memory bits functions
As of today 'include/arch/common/sys_io.h" has generic implementation
for MMIO accessors and memory bits manipulation functions. That leads
to several architectures like ARC, ARM/aarch64, ARM/aarch32/corter_a_r
redefine entire 'common/sys_io.h' even if they only have different
MMIO accessors implementation.

So split 'include/arch/common/sys_io.h" to
 * sys_io.h - generic MMIO accessors
 * sys_bitops.h - generic memory bits manipulation functions

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2020-09-01 13:36:48 +02:00
..
arch_inlines.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arch.h ARCH: COMMON: split sys_io.h for MMIO & memory bits functions 2020-09-01 13:36:48 +02:00
exc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
irq.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
thread.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
xtensa_api.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
xtensa_config.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
xtensa_context.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
xtensa_rtos.h arch: xtensa: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-22 11:38:33 -05:00
xtensa_timer.h arch: xtensa: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-22 11:38:33 -05:00