Home
last modified time | relevance | path

Searched refs:REG32_TMR (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/timer/
H A Datcpit100_timer.c14 #define REG32_TMR(x) (*(u32 *) ((plat->regs) + (x>>2))) macro
75 val = ~(REG32_TMR(CH_CNT(1))+0xffffffff); in atcpit_timer_get_count()
83 REG32_TMR(CH_REL(1)) = 0xffffffff; in atcpit_timer_probe()
84 REG32_TMR(CH_CTL(1)) = APB_CLK|TMR_32; in atcpit_timer_probe()
85 REG32_TMR(CH_EN) |= CH_TMR_EN(1 , 0); in atcpit_timer_probe()