Searched refs:PAGE_SIZE (Results 76 - 100 of 876) sorted by last modified time

1234567891011>>

/drivers/vhost/
H A Dvhost.c936 int bit = nr + (log % PAGE_SIZE) * 8;
/drivers/video/
H A Dacornfb.c1212 virtual_start += PAGE_SIZE;
1213 mb_freed += PAGE_SIZE / 1024;
H A Datafb.c3162 mem_req = PAGE_ALIGN(mem_req) + PAGE_SIZE;
3167 pad = -(unsigned long)screen_base & (PAGE_SIZE - 1);
H A Dau1100fb.c538 page += PAGE_SIZE) {
H A Dau1200fb.c1743 page += PAGE_SIZE) {
H A Dbroadsheetfb.c940 h_inc = DIV_ROUND_UP(PAGE_SIZE , xres);
1102 videomemorysize = roundup((dpyw*dpyh), PAGE_SIZE);
H A Dcg6.c551 .size = PAGE_SIZE
556 .size = PAGE_SIZE
561 .size = PAGE_SIZE
566 .size = PAGE_SIZE
571 .size = PAGE_SIZE
H A Defifb.c388 if (size_remap % PAGE_SIZE)
389 size_remap += PAGE_SIZE - (size_remap % PAGE_SIZE);
H A Dfb_defio.c229 for (i = 0 ; i < info->fix.smem_len; i += PAGE_SIZE) {
H A Dfbmem.c772 buffer = kmalloc((count > PAGE_SIZE) ? PAGE_SIZE : count,
783 c = (count > PAGE_SIZE) ? PAGE_SIZE : count;
843 buffer = kmalloc((count > PAGE_SIZE) ? PAGE_SIZE : count,
854 c = (count > PAGE_SIZE) ? PAGE_SIZE : count;
H A Dfbsysfs.c121 return snprintf(&buf[offset], PAGE_SIZE - offset, "%c:%dx%d%c-%d\n",
230 return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->var.bits_per_pixel);
257 return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->var.rotate);
285 return snprintf(buf, PAGE_SIZE, "%d,%d\n", fb_info->var.xres_virtual,
293 return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->fix.line_length);
380 return snprintf(buf, PAGE_SIZE, "%d,%d\n", fb_info->var.xoffset,
389 return snprintf(buf, PAGE_SIZE, "%s\n", fb_info->fix.id);
416 return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->state);
476 len += snprintf(&buf[len], PAGE_SIZE,
H A Dgbefb.c1073 return snprintf(buf, PAGE_SIZE, "%d\n", gbe_mem_size);
1080 return snprintf(buf, PAGE_SIZE, "%d\n", gbe_revision);
H A Dgrvga.c464 page += PAGE_SIZE) {
H A Digafb.c252 page += PAGE_SIZE;
552 par->mmap_map[1].size = PAGE_SIZE * 2; /* X wants 2 pages */
H A Dimsttfb.c842 __u32 vram = (info->fix.smem_len - (PAGE_SIZE << 2));
H A Djz4740_fb.c585 page += PAGE_SIZE) {
H A Dmetronomefb.c458 for (i = 0; i < PAGE_SIZE/2; i++) {
630 videomemorysize = PAGE_SIZE + (fw * fh);
653 par->csum_table = vmalloc(videomemorysize/PAGE_SIZE);
/drivers/video/aty/
H A Datyfb_base.c110 /* Make sure n * PAGE_SIZE is protected at end of Aperture for GUI-regs */
113 #define GUI_RESERVE (1 * PAGE_SIZE)
1712 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2));
1949 ((off == info->fix.smem_len) && (size == PAGE_SIZE)))
1972 page += PAGE_SIZE;
2738 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2));
3600 par->mmap_map[1].size = PAGE_SIZE;
H A Dmach64_cursor.c190 info->fix.smem_len -= PAGE_SIZE;
206 info->sprite.size = PAGE_SIZE;
/drivers/video/console/
H A Dfbcon.c3379 return snprintf(buf, PAGE_SIZE, "%d\n", rotate);
3407 return snprintf(buf, PAGE_SIZE, "%d\n", blink);
/drivers/video/matrox/
H A Dmatroxfb_base.c590 unsigned int m2 = PAGE_SIZE; /* or 128 if you do not need PAGE ALIGNED address */
601 m2 = linelen * PAGE_SIZE / m2;
/drivers/video/omap/
H A Dlcdc.c44 #define MAX_PALETTE_SIZE PAGE_SIZE
H A Domapfb_main.c1291 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) {
1293 size += snprintf(&buf[size], PAGE_SIZE - size,
1312 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) {
1314 size += snprintf(&buf[size], PAGE_SIZE - size,
1317 size < PAGE_SIZE; i++) {
1319 size += snprintf(&buf[size], PAGE_SIZE - size,
1322 size += snprintf(&buf[size], PAGE_SIZE - size,
1325 size < PAGE_SIZE; i++) {
1327 size += snprintf(&buf[size], PAGE_SIZE - size,
1330 size += snprintf(&buf[size], PAGE_SIZE
[all...]
/drivers/video/omap2/displays/
H A Dpanel-acx565akm.c399 len = snprintf(buf, PAGE_SIZE, "%s\n", mode_str);
401 return len < PAGE_SIZE - 1 ? len : PAGE_SIZE - 1;
446 return snprintf(buf, PAGE_SIZE, "%s\n", cabc_modes[0]);
449 len < PAGE_SIZE && i < ARRAY_SIZE(cabc_modes); i++)
450 len += snprintf(&buf[len], PAGE_SIZE - len, "%s%s%s",
454 return len < PAGE_SIZE ? len : PAGE_SIZE - 1;
H A Dpanel-taal.c627 return snprintf(buf, PAGE_SIZE, "%d\n", errors);
657 return snprintf(buf, PAGE_SIZE, "%02x.%02x.%02x\n", id1, id2, id3);
682 len = snprintf(buf, PAGE_SIZE, "%s\n", mode_str);
684 return len < PAGE_SIZE - 1 ? len : PAGE_SIZE - 1;
741 len < PAGE_SIZE && i < ARRAY_SIZE(cabc_modes); i++)
742 len += snprintf(&buf[len], PAGE_SIZE - len, "%s%s%s",
746 return len < PAGE_SIZE ? len : PAGE_SIZE - 1;
785 return snprintf(buf, PAGE_SIZE, "
[all...]

Completed in 223 milliseconds

1234567891011>>