PCI_REGION_DRAM
case PCI_REGION_DRAM:
region_type, (region_type == PCI_REGION_DRAM));
if ((region_id != PCI_REGION_SRAM) && ((region_id != PCI_REGION_DRAM))) {
PCI_REGION_SRAM : PCI_REGION_DRAM;
hdev->asic_funcs->access_dev_mem(hdev, PCI_REGION_DRAM, addr,
region = &hdev->pci_mem_region[PCI_REGION_DRAM];
rc = hdev->asic_funcs->access_dev_mem(hdev, PCI_REGION_DRAM,
rc = hdev->asic_funcs->access_dev_mem(hdev, PCI_REGION_DRAM,
region = &hdev->pci_mem_region[PCI_REGION_DRAM];
region = &hdev->pci_mem_region[PCI_REGION_DRAM];