Searched refs:base2 (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c49 u_long *base, u_long *base2);
212 u_long *base2)
220 *base2 = pci_resource_start(ahd->dev_softc, 3);
221 if (*base == 0 || *base2 == 0)
225 if (!request_region(*base2, 256, "aic79xx")) {
317 u_long base2; local
319 error = ahd_linux_pci_reserve_io_regions(ahd, &base, &base2);
324 ahd->bshs[1].ioport = base2;
332 base, base2);
211 ahd_linux_pci_reserve_io_regions(struct ahd_softc *ahd, u_long *base, u_long *base2) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Ddesc_defs.h19 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
56 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
H A Ddesc.h85 d.base2 = (PTR_MIDDLE(tss) >> 8) & 0xFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c64 unsigned long size1, unsigned long base2, unsigned long size2)
66 return ((base1 < (base2+size2)) && (base2 < (base1+size1)));
70 unsigned long base2, unsigned long size2)
72 if (base2 == base1 + size1)
74 else if (base1 == base2 + size2)
85 unsigned long base2 = rgn->region[r2].base; local
88 return lmb_addrs_adjacent(base1, size1, base2, size2);
63 lmb_addrs_overlap(unsigned long base1, unsigned long size1, unsigned long base2, unsigned long size2) argument
69 lmb_addrs_adjacent(unsigned long base1, unsigned long size1, unsigned long base2, unsigned long size2) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_cs.c589 int i, rc, base2 = 0; local
618 base2 = link->io.BasePort1 + 8;
638 base2 = link->io.BasePort2;
682 err = setup_serial(link, info, base2,
684 base2 = link->io.BasePort1;
689 info->c950ctrl = base2;
700 setup_serial(link, info, base2 + (8 * i),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.h36 void __iomem *base2; member in struct:sx_board
H A Dsx.c1526 memcpy_toio(board->base2 + offset + i, tmp,
2279 board->base2 =
2402 board->base2 =
2500 board->base2 =
2524 board->base2 =
2547 board->base2 =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py36 def compFiles(res, expected, base1, base2):
51 j = string.find(exp[i],base2)
H A Druntest.c2967 const char *base2; local
3022 base2 = baseFilename(instance);
3023 len = strlen(base2);
3024 if ((len > 6) && (base2[len - 6] == '_')) {
3025 count = base2[len - 5];
3141 const char *base2; local
3184 base2 = baseFilename(instance);
3185 len = strlen(base2);
3186 if ((len > 6) && (base2[len - 6] == '_')) {
3187 count = base2[le
3230 const char *base2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c928 unsigned long bpl_uv,lines_uv,base2,base3,tmp; /* planar */ local
972 base2 = base + bpl * buf->vb.height;
973 base3 = base2 + bpl_uv * lines_uv;
975 tmp = base2, base2 = base3, base3 = tmp;
976 dprintk("uv: bpl=%ld lines=%ld base2/3=%ld/%ld\n",
977 bpl_uv,lines_uv,base2,base3);
980 saa_writel(SAA7134_RS_BA1(4),base2);
981 saa_writel(SAA7134_RS_BA2(4),base2+bpl_uv);
988 saa_writel(SAA7134_RS_BA1(4),base2);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dprocess.c447 (((u32)desc->base2) << 24);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dsvm.c59 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:kvm_ldttss_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c893 ulong base0, base1, base2; local
916 base2 = pci_resource_flags(pdev, 2);
924 !(base2 & IORESOURCE_MEM) ||

Completed in 246 milliseconds