Home
last modified time | relevance | path

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

/linux/arch/mips/alchemy/common/
H A Dtime.c33 #define CNTR_OK (SYS_CNTRL_E0 | SYS_CNTRL_32S) macro
89 if (CNTR_OK != (alchemy_rdsys(AU1000_SYS_CNTRCTRL) & CNTR_OK)) in alchemy_time_init()
/linux/drivers/rtc/
H A Drtc-au1xxx.c26 #define CNTR_OK (SYS_CNTRL_E0 | SYS_CNTRL_32S) macro
67 if (!(t & CNTR_OK)) { in au1xtoy_rtc_probe()