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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_vsc.c53 VSC_MMIO_BAR = 0, enumerator in enum:__anon10795
125 mask_addr = ap->host->iomap[VSC_MMIO_BAR] +
136 mask_addr = ap->host->iomap[VSC_MMIO_BAR] +
148 mask_addr = ap->host->iomap[VSC_MMIO_BAR] +
272 status = readl(host->iomap[VSC_MMIO_BAR] + VSC_SATA_INT_STAT_OFFSET);
374 rc = pcim_iomap_regions(pdev, 1 << VSC_MMIO_BAR, DRV_NAME);
381 mmio_base = host->iomap[VSC_MMIO_BAR];
389 ata_port_pbar_desc(ap, VSC_MMIO_BAR, -1, "mmio");
390 ata_port_pbar_desc(ap, VSC_MMIO_BAR, offset, "port");

Completed in 111 milliseconds