Searched refs:poff (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsbuslib.h7 unsigned long poff; member in struct:sbus_mmap_map
H A Dcg14.c375 .poff = 0x80000000,
380 .poff = 0x80003000,
385 .poff = 0x80004000,
390 .poff = 0x80005000,
395 .poff = 0x80006000,
400 .poff = 0x80000000,
405 .poff = 0x00000000,
410 .poff = 0x80001000,
415 .poff = 0x01000000,
420 .poff
[all...]
H A Dffb.c721 .poff = FFB_SFB8R_POFF,
726 .poff = FFB_SFB8G_POFF,
731 .poff = FFB_SFB8B_POFF,
736 .poff = FFB_SFB8X_POFF,
741 .poff = FFB_SFB32_POFF,
746 .poff = FFB_SFB64_POFF,
751 .poff = FFB_FBC_REGS_POFF,
756 .poff = FFB_BM_FBC_REGS_POFF,
761 .poff = FFB_DFB8R_POFF,
766 .poff
[all...]
H A Dleo.c298 .poff = LEO_OFF_SS0,
303 .poff = LEO_OFF_LC_SS0_USR,
308 .poff = LEO_OFF_LD_SS0,
313 .poff = LEO_OFF_LX_CURSOR,
318 .poff = LEO_OFF_SS1,
323 .poff = LEO_OFF_LC_SS1_USR,
328 .poff = LEO_OFF_LD_SS1,
333 .poff = LEO_OFF_UNK,
338 .poff = LEO_OFF_LX_KRN,
343 .poff
[all...]
H A Digafb.c56 unsigned long poff; member in struct:pci_mmap_map
237 map_offset = par->mmap_map[i].poff + (offset - start);
529 par->mmap_map[0].poff = par->frame_buffer_phys & PAGE_MASK;
536 par->mmap_map[1].poff = info->fix.smem_start & PAGE_MASK;
H A Dcg6.c483 .poff = CG6_FBC_OFFSET,
488 .poff = CG6_TEC_OFFSET,
493 .poff = CG6_BROOKTREE_OFFSET,
498 .poff = CG6_FHC_OFFSET,
503 .poff = CG6_THC_OFFSET,
508 .poff = CG6_ROM_OFFSET,
513 .poff = CG6_RAM_OFFSET,
518 .poff = CG6_DHC_OFFSET,
H A Dsbuslib.c74 map_offset = (physbase + map[i].poff) & POFF_MASK;
H A Dcg3.c225 .poff = CG3_RAM_OFFSET,
H A Dtcx.c447 all->par.mmap_map[i].poff = op->resource[j].start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dprotocol.c198 unsigned int poff = local
220 PAGE_SIZE - poff);
224 memcpy(ptr + poff, buffer + cnt, plen);
226 memcpy(buffer + cnt, ptr + poff, plen);
230 poff = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dipc.c457 unsigned int pcnt,poff,dcnt,doff,pdisp,ddisp; local
492 poff = SVAL(inbuf,smb_vwv3);
512 if ((smb_base(inbuf) + poff + pcnt >= inbuf + bufsize) ||
513 (smb_base(inbuf) + poff + pcnt < smb_base(inbuf)))
518 memcpy(params+pdisp,smb_base(inbuf)+poff,pcnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drelay.c982 unsigned long pidx, poff; local
988 poff = read_start & ~PAGE_MASK;
993 len = PAGE_SIZE - poff;
997 len = actor(desc, p, poff, len);
1003 poff = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c763 loff_t poff; local
813 poff = off + (pstart - start); /* note: (pstart - start) may be negative */
814 is_congruent = (flags & MAP_ANONYMOUS) || (offset_in_page(poff) == 0);
820 DBG("mmap_body: mapping [0x%lx-0x%lx) %s with poff 0x%llx\n", pstart, pend,
821 is_congruent ? "congruent" : "not congruent", poff);
826 ret = do_mmap(file, pstart, pend - pstart, prot, flags | MAP_FIXED, poff);
841 || ((*file->f_op->read)(file, (char __user *) pstart, pend - pstart, &poff)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c1608 roff_t poff; local
1639 poff = R_OFFSET(&lt->reginfo, sh_parent);
1649 if (hlp->holder == poff && lp->mode == hlp->mode)
1664 lp->holder = poff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c209 unsigned long poff; member in struct:pci_mmap_map
1862 par->mmap_map[i].poff + (offset - start);
2928 par->mmap_map[j].poff = base & PAGE_MASK;
2941 par->mmap_map[j].poff = (base + 0x800000) & PAGE_MASK;
2950 par->mmap_map[j].poff = base & PAGE_MASK;
3509 par->mmap_map[0].poff = (unsigned long) info->screen_base & PAGE_MASK;
3514 par->mmap_map[1].poff = (long)par->ati_regbase & PAGE_MASK;

Completed in 199 milliseconds