Searched refs:PVC_LINELEN (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lasat/
H A Dpicvue.h22 #define PVC_LINELEN PVC_DISPMEM / PVC_NLINES macro
H A Dpicvue_proc.c19 static char pvc_lines[PVC_NLINES][PVC_LINELEN+1];
68 if (count > PVC_LINELEN)
69 count = PVC_LINELEN;
H A Dpicvue.c21 #define PVC_LINELEN PVC_DISPMEM / PVC_NLINES macro
121 while (*str != 0 && i < PVC_LINELEN) {

Completed in 93 milliseconds