Searched refs:ds1603 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/
H A Dds1603.c10 #include <asm/lasat/ds1603.h>
13 #include "ds1603.h"
21 struct ds_defs *ds1603; variable in typeref:struct:ds_defs
26 *ds1603->reg = val;
31 unsigned long tmp = *ds1603->reg;
37 unsigned long tmp = *ds1603->data_reg;
43 rtc_reg_write(rtc_reg_read() | ds1603->rst);
48 rtc_reg_write(rtc_reg_read() & ~ds1603->rst);
53 data |= ds1603->clk;
56 if (ds1603
[all...]
H A Dds1603.h21 extern struct ds_defs *ds1603;
H A DMakefile9 obj-$(CONFIG_DS1603) += ds1603.o
H A Dsetup.c42 #include "ds1603.h"
43 #include <asm/lasat/ds1603.h>
145 ds1603 = &ds_defs[lasat_type];

Completed in 24 milliseconds