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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/
H A Dpicvue.c16 #include "picvue.h"
23 struct pvc_defs *picvue = NULL; variable in typeref:struct:pvc_defs
29 *picvue->reg = val;
34 u32 tmp = *picvue->reg;
40 data |= picvue->e;
42 data &= ~picvue->data_mask;
43 data |= byte << picvue->data_shift;
46 pvc_reg_write(data & ~picvue->e);
54 data |= picvue->e;
57 byte = (pvc_reg_read() & picvue
[all...]
H A DMakefile10 obj-$(CONFIG_PICVUE) += picvue.o
H A Dpicvue.h18 extern struct pvc_defs *picvue;
H A Dsetup.c46 #include <asm/lasat/picvue.h>
78 #include "picvue.h"
157 picvue = &pvc_defs[mips_machtype];

Completed in 51 milliseconds