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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_cs.h249 unsigned long MmioAddress; member in struct:_nsp_hw_data
H A Dnsp_cs.c1319 host->base = data->MmioAddress;
1660 cfg_mem->data->MmioAddress = (unsigned long) ioremap_nocache(cfg_mem->req.Base, cfg_mem->req.Size);
1793 iounmap((void *)(data->MmioAddress));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dnsp32.h561 void __iomem *MmioAddress; member in struct:_nsp32_hw_data
H A Dnsp32.c2598 host->base = (unsigned long)data->MmioAddress;
2812 if (data->MmioAddress) {
2813 iounmap(data->MmioAddress);
3382 data->MmioAddress = pci_ioremap_bar(pdev, 1);
3391 data->MmioAddress, data->MmioLength,

Completed in 128 milliseconds