Lines Matching refs:t
33 unsigned long t; in au1xtoy_rtc_read_time() local
35 t = alchemy_rdsys(AU1000_SYS_TOYREAD); in au1xtoy_rtc_read_time()
37 rtc_time_to_tm(t, tm); in au1xtoy_rtc_read_time()
44 unsigned long t; in au1xtoy_rtc_set_time() local
46 rtc_tm_to_time(tm, &t); in au1xtoy_rtc_set_time()
48 alchemy_wrsys(t, AU1000_SYS_TOYWRITE); in au1xtoy_rtc_set_time()
67 unsigned long t; in au1xtoy_rtc_probe() local
70 t = alchemy_rdsys(AU1000_SYS_CNTRCTRL); in au1xtoy_rtc_probe()
71 if (!(t & CNTR_OK)) { in au1xtoy_rtc_probe()
82 t = 0x00100000; in au1xtoy_rtc_probe()
83 while ((alchemy_rdsys(AU1000_SYS_CNTRCTRL) & SYS_CNTRL_T0S) && --t) in au1xtoy_rtc_probe()
86 if (!t) { in au1xtoy_rtc_probe()