Date:2010-05-30 18:12:05 (13 years 9 months ago)
Author:Lars C.
Commit:a62fe9500d63baeabf15853746e1b936a110bfe1
Message:Fix typo.

Files: arch/mips/jz4740/timer.h (1 diff)

Change Details

arch/mips/jz4740/timer.h
127127    writew(ctrl, jz4740_timer_base + JZ_REG_TIMER_CTRL(timer));
128128}
129129
130static inline uint16_t jz4740_timer_set_ctrl(unsigned int timer)
130static inline uint16_t jz4740_timer_get_ctrl(unsigned int timer)
131131{
132132    return readw(jz4740_timer_base + JZ_REG_TIMER_CTRL(timer));
133133}

Archive Download the corresponding diff file



interactive