Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/lasat/
Dpicvue_proc.c24 static char pvc_lines[PVC_NLINES][PVC_LINELEN+1];
68 char kbuf[PVC_LINELEN]; in pvc_line_proc_write()
Dpicvue.c20 #define PVC_LINELEN PVC_DISPMEM / PVC_NLINES macro
118 while (*str != 0 && i < PVC_LINELEN) { in pvc_write_string()
Dpicvue.h21 #define PVC_LINELEN PVC_DISPMEM / PVC_NLINES macro