Lines Matching +full:0 +full:x300
17 return (CMOS_READ(RTC_REG_C) & RTC_PF) != 0; in ds1287_timer_state()
26 rate = 0x9; in ds1287_set_base_clock()
29 rate = 0x8; in ds1287_set_base_clock()
32 rate = 0x6; in ds1287_set_base_clock()
40 return 0; in ds1287_set_base_clock()
60 return 0; in ds1287_shutdown()
74 return 0; in ds1287_set_periodic()
112 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in ds1287_clockevent_init()
113 cd->max_delta_ticks = 0x7fffffff; in ds1287_clockevent_init()
114 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in ds1287_clockevent_init()
115 cd->min_delta_ticks = 0x300; in ds1287_clockevent_init()
116 cd->cpumask = cpumask_of(0); in ds1287_clockevent_init()