Lines Matching +full:0 +full:x300
18 return (CMOS_READ(RTC_REG_C) & RTC_PF) != 0; in ds1287_timer_state()
27 rate = 0x9; in ds1287_set_base_clock()
30 rate = 0x8; in ds1287_set_base_clock()
33 rate = 0x6; in ds1287_set_base_clock()
41 return 0; in ds1287_set_base_clock()
61 return 0; in ds1287_shutdown()
75 return 0; in ds1287_set_periodic()
113 cd->max_delta_ns = clockevent_delta2ns(0x7fffffff, cd); in ds1287_clockevent_init()
114 cd->max_delta_ticks = 0x7fffffff; in ds1287_clockevent_init()
115 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in ds1287_clockevent_init()
116 cd->min_delta_ticks = 0x300; in ds1287_clockevent_init()
117 cd->cpumask = cpumask_of(0); in ds1287_clockevent_init()