Searched refs:ibase (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dbctest37 ibase=16
59 ibase=16
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbctest37 ibase=16
59 ibase=16
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dinode.c198 int ibase, ioffset, dirext, direxts, indext, indexts; local
245 * also compute ibase: i.e. the number of the first
249 ibase = 0;
250 for(dirext = 0; cur < ibase && dirext < direxts; dirext++) {
251 ibase += in->extents[dirext].cooked.ex_length *
264 (cur - ibase) /
266 ioffset = (cur - ibase) %
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/doc/
H A Dtexi2pod.pl38 $ibase = "";
66 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
231 # Try cwd and $ibase.
233 or open($inf, "<" . $ibase . "/" . $1)
234 or die "cannot open $1 or $ibase/$1: $!\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c201 unsigned long ibase; /* pdir IOV Space base */ member in struct:ioc
430 #define SBA_IOVA(ioc,iovp,offset) ((ioc->ibase) | (iovp) | (offset))
431 #define SBA_IOVP(ioc,iova) ((iova) & ~(ioc->ibase))
865 WRITE_REG(iovp | ioc->ibase, ioc->ioc_hpa+IOC_PCOM);
1005 if (likely((iova & ioc->imask) != ioc->ibase)) {
1194 dma_sg->dma_address = pide | ioc->ibase;
1528 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1UL;
1534 __FUNCTION__, ioc->ioc_hpa, ioc->ibase, ioc->imask,
1576 ioc->iov_size/2 >> 20, ioc->ibase + ioc->iov_size/2);
1610 WRITE_REG(ioc->ibase | (get_iovp_orde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c281 /* Pluto (aka ZX1) boxes need to set or clear the ibase bits appropriately */
282 #define SBA_IOVA(ioc,iovp,offset,hint_reg) ((ioc->ibase) | (iovp) | (offset))
641 return((int)(mask >= (ioc->ibase - 1 +
1151 lba_set_iregs(lba, ioc->ibase, ioc->imask);
1170 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE);
1173 if ((ioc->ibase < 0xfed00000UL) && ((ioc->ibase + iova_space_size) > 0xfee00000UL)) {
1245 ** Program the IOC's ibase and enable IOVA translation
1248 WRITE_REG(ioc->ibase | 1, ioc->ioc_hpa + IOC_IBASE);
1254 WRITE_REG(ioc->ibase | 3
[all...]
H A Diommu-helpers.h54 sg_dma_address(dma_sg) = pide | ioc->ibase;
H A Dlba_pci.c1359 void lba_set_iregs(struct parisc_device *lba, u32 ibase, u32 imask) argument
1366 WARN_ON((ibase & 0x001fffff) != 0);
1369 DBG("%s() ibase 0x%x imask 0x%x\n", __FUNCTION__, ibase, imask);
1371 WRITE_REG32( ibase, base_addr + LBA_IBASE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dm8260_pci_erratum9.c76 pram->ibase = dpram_offset + IDMA_BD_OFFSET;
123 pram->ibdptr = pram->ibase;
175 pram->ibdptr = pram->ibase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dm68360_pram.h307 unsigned short ibase; /* IDMA BD Base Address */ member in struct:idma_pram
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dropes.h32 unsigned long ibase; /* pdir IOV Space base - shared w/lba_pci */ member in struct:ioc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dcpm2.h763 ushort ibase; /* IDMA buffer descriptor table base address */ member in struct:idma

Completed in 93 milliseconds