summaryrefslogtreecommitdiff
path: root/chip/ish/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/hwtimer.c')
-rw-r--r--chip/ish/hwtimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/ish/hwtimer.c b/chip/ish/hwtimer.c
index 63c9dcde0a..79a48783d9 100644
--- a/chip/ish/hwtimer.c
+++ b/chip/ish/hwtimer.c
@@ -77,7 +77,7 @@ static inline uint32_t scale_ticks2us(uint64_t ticks)
#elif defined(CHIP_FAMILY_ISH4) || defined(CHIP_FAMILY_ISH5)
#define CLOCK_SCALE_BITS 15
-BUILD_ASSERT((1 << CLOCK_SCALE_BITS) == ISH_HPET_CLK_FREQ);
+BUILD_ASSERT(BIT(CLOCK_SCALE_BITS) == ISH_HPET_CLK_FREQ);
static inline uint32_t scale_us2ticks(uint32_t us)
{
@@ -204,7 +204,7 @@ void __hw_clock_source_set(uint32_t ts)
static void __hw_clock_source_irq(int timer_id)
{
/* Clear interrupt */
- HPET_INTR_CLEAR = (1 << timer_id);
+ HPET_INTR_CLEAR = BIT(timer_id);
/*
* If IRQ is from timer 0, 2^32 us have elapsed (i.e. OS timer