Searched refs:at93c (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/lasat/
H A Dat93c.c13 #include "at93c.h"
22 struct at93c_defs *at93c; variable in typeref:struct:at93c_defs
26 *at93c->reg = val;
31 u32 tmp = *at93c->reg;
37 u32 tmp = *at93c->rdata_reg;
43 at93c_reg_write(data | at93c->clk);
45 at93c_reg_write(data & ~at93c->clk);
53 data |= 1 << at93c->wdata_shift;
55 data &= ~(1 << at93c->wdata_shift);
67 data = (at93c_datareg_read() >> at93c
[all...]
H A Dat93c.h15 } *at93c;
H A DMakefile6 at93c.o interrupt.o serial.o
H A Dprom.c16 #include "at93c.h"
92 at93c = &at93c_defs[1];
96 at93c = &at93c_defs[0];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/lasat/
H A Dat93c.c13 #include "at93c.h"
22 struct at93c_defs *at93c; variable in typeref:struct:at93c_defs
26 *at93c->reg = val;
31 u32 tmp = *at93c->reg;
37 u32 tmp = *at93c->rdata_reg;
43 at93c_reg_write(data | at93c->clk);
45 at93c_reg_write(data & ~at93c->clk);
53 data |= 1 << at93c->wdata_shift;
55 data &= ~(1 << at93c->wdata_shift);
67 data = (at93c_datareg_read() >> at93c
[all...]
H A Dat93c.h15 } *at93c;
H A DMakefile6 at93c.o interrupt.o serial.o
H A Dprom.c16 #include "at93c.h"
92 at93c = &at93c_defs[1];
96 at93c = &at93c_defs[0];

Completed in 97 milliseconds