Searched refs:voff (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/arch/m68k/mm/ |
D | memory.c | 145 unsigned long voff = (unsigned long)vaddr - PAGE_OFFSET; in mm_vtop() local 148 if (voff < m68k_memory[i].size) { in mm_vtop() 151 m68k_memory[i].addr + voff); in mm_vtop() 153 return m68k_memory[i].addr + voff; in mm_vtop() 155 voff -= m68k_memory[i].size; in mm_vtop() 159 if (voff == 0) in mm_vtop() 170 unsigned long poff, voff = PAGE_OFFSET; in mm_ptov() local 176 printk ("PTOV(%lx)=%lx\n", paddr, poff + voff); in mm_ptov() 178 return poff + voff; in mm_ptov() 180 voff += m68k_memory[i].size; in mm_ptov()
|
/linux-2.4.37.9/drivers/video/ |
D | igafb.c | 69 unsigned long voff; member 263 unsigned long start = fb->mmap_map[i].voff; in igafb_mmap() 750 info->mmap_map[0].voff = 0x0; in igafb_init() 757 info->mmap_map[1].voff = info->frame_buffer_phys & PAGE_MASK; in igafb_init()
|
D | cgfourteenfb.c | 403 fb->mmap_map[i].voff = cg14_mmap_map[i].voff; in cgfourteenfb_init()
|
D | sbusfb.c | 201 if (fb->mmap_map[i].voff == off+page) { in sbusfb_mmap()
|
/linux-2.4.37.9/include/video/ |
D | sbusfb.h | 78 unsigned long voff; member
|
/linux-2.4.37.9/drivers/video/aty/ |
D | atyfb_base.c | 133 unsigned long voff; member 1608 unsigned long start = fb->mmap_map[i].voff; in atyfb_mmap() 2539 info->mmap_map[j].voff = (pbase + 0x10000000) & PAGE_MASK; in atyfb_init() 2552 info->mmap_map[j].voff = (pbase + 0x800000) & PAGE_MASK; in atyfb_init() 2561 info->mmap_map[j].voff = pbase & PAGE_MASK; in atyfb_init() 2957 info->mmap_map[0].voff = 0x8000000000000000UL; in atyfb_init() 2962 info->mmap_map[1].voff = info->mmap_map[0].voff + info->total_vram; in atyfb_init()
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 3135 mov.w &0x4008,EXC_IVOFF(%a6) # put new stk fmt, voff
|
D | fpsp.S | 2730 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024 4130 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x24 4988 mov.w &0x4008,0x6(%sp) # store voff 24702 mov.w &0x4008,0x6(%sp) # store voff
|
D | pfpsp.S | 2729 mov.w &0x2024,0x6(%sp) # stk fmt = 0x2; voff = 0x024 14662 mov.w &0x4008,0x6(%sp) # store voff
|