Searched refs:pbase (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc217 if (this->pbase())
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
229 int bytes_to_write = this->pptr() - this->pbase();
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
239 // Reset next pointer to point to pbase on success
353 if (!this->pbase())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc217 if (this->pbase())
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
229 int bytes_to_write = this->pptr() - this->pbase();
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
239 // Reset next pointer to point to pbase on success
353 if (!this->pbase())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dpageattr.c44 pte_t *pbase; local
56 pbase = (pte_t *)page_address(base);
58 pbase[i] = pfn_pte(addr >> PAGE_SHIFT,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dpageattr.c45 pte_t *pbase; local
62 pbase = (pte_t *)page_address(base);
65 set_pte(&pbase[i], pfn_pte(addr >> PAGE_SHIFT,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dio.h175 static inline void __set_io_port_base(unsigned long pbase) argument
179 generic_io_base = pbase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb.h213 u32 pbase; member in struct:savagefb_par::__anon7282
222 u32 pbase; member in struct:savagefb_par::__anon7283
H A Dsavagefb_driver.c1744 par->mmio.pbase = pci_resource_start(par->pcidev, 0) +
1747 par->mmio.pbase = pci_resource_start(par->pcidev, 0) +
1752 par->mmio.vbase = ioremap(par->mmio.pbase, par->mmio.len);
1760 info->fix.mmio_start = par->mmio.pbase;
1797 par->video.pbase = pci_resource_start(par->pcidev, resource);
1799 par->video.vbase = ioremap(par->video.pbase, par->video.len);
1806 "pbase == %x\n", par->video.vbase, par->video.pbase);
1808 info->fix.smem_start = par->video.pbase;
1813 par->video.mtrr = mtrr_add(par->video.pbase, video_le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp223 q = pbase();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp223 q = pbase();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Decard.c187 void __iomem *pbase = (void __iomem *)base; local
192 *buf++ = readb(pbase + off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c2907 u32 size, pbase; local
2915 pci_read_config_dword(pdev, breg, &pbase);
2927 par->mmap_map[j].voff = (pbase + 0x10000000) & PAGE_MASK;
2940 par->mmap_map[j].voff = (pbase + 0x800000) & PAGE_MASK;
2949 par->mmap_map[j].voff = pbase & PAGE_MASK;

Completed in 207 milliseconds