Lines Matching refs:nx_pcibase
367 writel(ha->crb_win, CRB_WINDOW_2M + ha->nx_pcibase);
372 win_read = rd_reg_dword(CRB_WINDOW_2M + ha->nx_pcibase);
379 *off_out = (off_in & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase;
393 QLA82XX_PCI_CAMQM_2M_BASE + ha->nx_pcibase;
406 *off_out = off_in + m->start_2M - m->start_128M + ha->nx_pcibase;
898 wrt_reg_dword(CRB_WINDOW_2M + ha->nx_pcibase, off & 0xFFFF0000);
901 rd_reg_dword(CRB_WINDOW_2M + ha->nx_pcibase);
905 wrt_reg_dword(off_value + CRB_INDIRECT_2M + ha->nx_pcibase,
909 ha->nx_pcibase);
1639 ha->nx_pcibase = ioremap(pci_resource_start(ha->pdev, 0), len);
1640 if (!ha->nx_pcibase) {
1648 ha->iobase = ha->nx_pcibase;
1650 ha->iobase = ha->nx_pcibase + 0xbc000 + (ha->pdev->devfn << 11);
1665 ha->nxdb_rd_ptr = ha->nx_pcibase + (512 * 1024) +
1678 ha->nx_pcibase, ha->iobase,
1683 ha->nx_pcibase, ha->iobase,
3813 r_value = rd_reg_dword(r_addr + ha->nx_pcibase);