clocksource: arm_arch_timer: add a new enum for spi type
This patch add a new enum "arch_timer_spi_nr" and use it in the driver. Just for code's readability, no functional change. Signed-off-by: Fu Wei <fu.wei@linaro.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Mark Rutland <mark.rutland@arm.com>
This commit is contained in:
@@ -46,6 +46,12 @@ enum arch_timer_ppi_nr {
|
||||
ARCH_TIMER_MAX_TIMER_PPI
|
||||
};
|
||||
|
||||
enum arch_timer_spi_nr {
|
||||
ARCH_TIMER_PHYS_SPI,
|
||||
ARCH_TIMER_VIRT_SPI,
|
||||
ARCH_TIMER_MAX_TIMER_SPI
|
||||
};
|
||||
|
||||
#define ARCH_TIMER_PHYS_ACCESS 0
|
||||
#define ARCH_TIMER_VIRT_ACCESS 1
|
||||
#define ARCH_TIMER_MEM_PHYS_ACCESS 2
|
||||
|
Reference in New Issue
Block a user