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;
895 wrt_reg_dword(CRB_WINDOW_2M + ha->nx_pcibase, off & 0xFFFF0000);
898 rd_reg_dword(CRB_WINDOW_2M + ha->nx_pcibase);
902 wrt_reg_dword(off_value + CRB_INDIRECT_2M + ha->nx_pcibase,
906 ha->nx_pcibase);
1636 ha->nx_pcibase = ioremap(pci_resource_start(ha->pdev, 0), len);
1637 if (!ha->nx_pcibase) {
1645 ha->iobase = ha->nx_pcibase;
1647 ha->iobase = ha->nx_pcibase + 0xbc000 + (ha->pdev->devfn << 11);
1662 ha->nxdb_rd_ptr = ha->nx_pcibase + (512 * 1024) +
1675 ha->nx_pcibase, ha->iobase,
1680 ha->nx_pcibase, ha->iobase,
3803 r_value = rd_reg_dword(r_addr + ha->nx_pcibase);