Searched refs:RECORD_SIZE (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dramoops.c31 #define RECORD_SIZE 4096 macro
73 buf = (char *)(cxt->virt_addr + (cxt->count * RECORD_SIZE));
76 memset(buf, '\0', RECORD_SIZE);
84 l2_cpy = min(l2, (unsigned long)(RECORD_SIZE - hdr_size));
85 l1_cpy = min(l1, (unsigned long)(RECORD_SIZE - hdr_size) - l2_cpy);
108 if (mem_size < RECORD_SIZE) {
113 cxt->max_count = mem_size / RECORD_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dramoops.c31 #define RECORD_SIZE 4096 macro
73 buf = (char *)(cxt->virt_addr + (cxt->count * RECORD_SIZE));
76 memset(buf, '\0', RECORD_SIZE);
84 l2_cpy = min(l2, (unsigned long)(RECORD_SIZE - hdr_size));
85 l1_cpy = min(l1, (unsigned long)(RECORD_SIZE - hdr_size) - l2_cpy);
108 if (mem_size < RECORD_SIZE) {
113 cxt->max_count = mem_size / RECORD_SIZE;

Completed in 98 milliseconds