Searched refs:nx_pcibase (Results 1 – 8 of 8) sorted by relevance
367 writel(ha->crb_win, CRB_WINDOW_2M + ha->nx_pcibase); in qla82xx_pci_set_crbwindow_2M()372 win_read = rd_reg_dword(CRB_WINDOW_2M + ha->nx_pcibase); in qla82xx_pci_set_crbwindow_2M()393 QLA82XX_PCI_CAMQM_2M_BASE + ha->nx_pcibase; in qla82xx_pci_get_crb_addr_2M()898 rd_reg_dword(CRB_WINDOW_2M + ha->nx_pcibase); in qla82xx_md_rw_32()906 ha->nx_pcibase); in qla82xx_md_rw_32()1613 if (!ha->nx_pcibase) { in qla82xx_iospace_config()1621 ha->iobase = ha->nx_pcibase; in qla82xx_iospace_config()1638 ha->nxdb_rd_ptr = ha->nx_pcibase + (512 * 1024) + in qla82xx_iospace_config()1651 ha->nx_pcibase, ha->iobase, in qla82xx_iospace_config()1656 ha->nx_pcibase, ha->iobase, in qla82xx_iospace_config()[all …]
36 return readl((void __iomem *) (ha->nx_pcibase + addr)); in qla8044_rd_reg()42 writel(val, (void __iomem *)((ha)->nx_pcibase + addr)); in qla8044_wr_reg()2571 r_value = readl((void __iomem *)(r_addr + ha->nx_pcibase)); in qla8044_minidump_process_rdocm()
3653 if (!ha->nx_pcibase) in qla2x00_probe_one()3654 iounmap((device_reg_t *)ha->nx_pcibase); in qla2x00_probe_one()3827 iounmap((device_reg_t *)ha->nx_pcibase); in qla2x00_unmap_iobases()
4753 void __iomem *nx_pcibase; /* Base I/O address */ member
42 return (void __iomem *)(ha->nx_pcibase + off); in qla4_8xxx_pci_base_offsetfset()365 (void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase)); in qla4_82xx_pci_set_crbwindow_2M()369 win_read = readl((void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase)); in qla4_82xx_pci_set_crbwindow_2M()375 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase; in qla4_82xx_pci_set_crbwindow_2M()468 win_read = readl((void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase)); in qla4_82xx_md_rd_32()477 ha->nx_pcibase)); in qla4_82xx_md_rd_32()493 win_read = readl((void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase)); in qla4_82xx_md_wr_32()502 ha->nx_pcibase)); in qla4_82xx_md_wr_32()553 QLA82XX_PCI_CAMQM_2M_BASE + ha->nx_pcibase; in qla4_82xx_pci_get_crb_addr_2M()568 *off = *off + m->start_2M - m->start_128M + ha->nx_pcibase; in qla4_82xx_pci_get_crb_addr_2M()[all …]
17 return readl((void __iomem *)(ha->nx_pcibase + addr)); in qla4_83xx_rd_reg()22 writel(val, (void __iomem *)(ha->nx_pcibase + addr)); in qla4_83xx_wr_reg()
735 unsigned long nx_pcibase; /* Base I/O address */ member
4212 if (ha->nx_pcibase) in qla4xxx_mem_free()4214 (struct device_reg_82xx __iomem *)ha->nx_pcibase); in qla4xxx_mem_free()4216 if (ha->nx_pcibase) in qla4xxx_mem_free()4218 (struct device_reg_83xx __iomem *)ha->nx_pcibase); in qla4xxx_mem_free()5551 ha->nx_pcibase = (unsigned long)ioremap(mem_base, mem_len); in qla4_8xxx_iospace_config()5552 if (!ha->nx_pcibase) { in qla4_8xxx_iospace_config()5564 ((uint8_t *)ha->nx_pcibase + 0xbc000 + in qla4_8xxx_iospace_config()5570 ((uint8_t *)ha->nx_pcibase); in qla4_8xxx_iospace_config()
Completed in 78 milliseconds