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

/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c253 resource_size_t *base2)
261 *base2 = pci_resource_start(ahd->dev_softc, 3);
262 if (*base == 0 || *base2 == 0)
266 if (!request_region(*base2, 256, "aic79xx")) {
358 resource_size_t base2; local
360 error = ahd_linux_pci_reserve_io_regions(ahd, &base, &base2);
365 ahd->bshs[1].ioport = (u_long)base2;
374 (unsigned long long)base2);
252 ahd_linux_pci_reserve_io_regions(struct ahd_softc *ahd, resource_size_t *base, resource_size_t *base2) argument
/drivers/staging/tidspbridge/core/
H A Dtiomap_io.c178 u32 base1, base2, base3; local
180 base2 = OMAP_DSP_MEM2_BASE - OMAP_DSP_MEM1_BASE;
190 } else if (offset > base1 && offset < base2 + OMAP_DSP_MEM2_SIZE) {
193 offset = offset - base2;
194 } else if (offset >= base2 + OMAP_DSP_MEM2_SIZE &&
/drivers/lguest/
H A Dsegments.c124 gdt[GDT_ENTRY_TSS].base2 = tss >> 24;
/drivers/tty/serial/8250/
H A Dserial_cs.c501 int *base2 = priv_data; local
514 *base2 = p_dev->resource[0]->start + 8;
521 int i, base2 = 0; local
525 base2 = link->resource[0]->start + 8;
530 &base2)) {
560 err = setup_serial(link, info, base2,
562 base2 = link->resource[0]->start;
567 info->c950ctrl = base2;
581 setup_serial(link, info, base2 + (8 * i),
/drivers/media/video/saa7134/
H A Dsaa7134-video.c939 unsigned long bpl_uv,lines_uv,base2,base3,tmp; /* planar */ local
983 base2 = base + bpl * buf->vb.height;
984 base3 = base2 + bpl_uv * lines_uv;
986 tmp = base2, base2 = base3, base3 = tmp;
987 dprintk("uv: bpl=%ld lines=%ld base2/3=%ld/%ld\n",
988 bpl_uv,lines_uv,base2,base3);
991 saa_writel(SAA7134_RS_BA1(4),base2);
992 saa_writel(SAA7134_RS_BA2(4),base2+bpl_uv);
999 saa_writel(SAA7134_RS_BA1(4),base2);
[all...]
/drivers/scsi/
H A Dgdth.c610 unsigned long base0, base1, base2; local
634 base2 = pci_resource_flags(pdev, 2);
642 !(base2 & IORESOURCE_MEM) ||

Completed in 247 milliseconds