Searched refs:nx_pcibase (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c38 return (void __iomem *)(ha->nx_pcibase + off);
359 (void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase));
363 win_read = readl((void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase));
369 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase;
505 QLA82XX_PCI_CAMQM_2M_BASE + ha->nx_pcibase;
520 *off = *off + m->start_2M - m->start_128M + ha->nx_pcibase;
H A Dql4_os.c573 if (ha->nx_pcibase)
575 (struct device_reg_82xx __iomem *)ha->nx_pcibase);
1450 ha->nx_pcibase = (unsigned long)ioremap(mem_base, mem_len);
1451 if (!ha->nx_pcibase) {
1462 (struct device_reg_82xx __iomem *)((uint8_t *)ha->nx_pcibase +
1478 ha->nx_db_rd_ptr = (uint8_t *) ha->nx_pcibase + (512 * 1024) +
H A Dql4_def.h576 unsigned long nx_pcibase; /* Base I/O address */ member in struct:scsi_qla_host
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c353 (void *)(CRB_WINDOW_2M + ha->nx_pcibase));
358 win_read = RD_REG_DWORD((void *)(CRB_WINDOW_2M + ha->nx_pcibase));
364 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase;
517 QLA82XX_PCI_CAMQM_2M_BASE + ha->nx_pcibase;
530 *off = *off + m->start_2M - m->start_128M + ha->nx_pcibase;
1616 ha->nx_pcibase =
1618 if (!ha->nx_pcibase) {
1627 ha->iobase = (device_reg_t __iomem *)((uint8_t *)ha->nx_pcibase +
1645 ha->nxdb_rd_ptr = (uint8_t *) ha->nx_pcibase + (512 * 1024) +
H A Dqla_os.c2323 iounmap((device_reg_t __iomem *)ha->nx_pcibase);
2413 iounmap((device_reg_t __iomem *)ha->nx_pcibase);
H A Dqla_def.h2782 unsigned long nx_pcibase; /* Base I/O address */ member in struct:qla_hw_data

Completed in 111 milliseconds