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

/drivers/scsi/qla2xxx/
H A Dqla_nx.c362 (void *)(CRB_WINDOW_2M + ha->nx_pcibase));
367 win_read = RD_REG_DWORD((void *)(CRB_WINDOW_2M + ha->nx_pcibase));
374 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase;
428 QLA82XX_PCI_CAMQM_2M_BASE + ha->nx_pcibase;
441 *off = *off + m->start_2M - m->start_128M + ha->nx_pcibase;
916 WRT_REG_DWORD((void *)(CRB_WINDOW_2M + ha->nx_pcibase),
920 RD_REG_DWORD((void *)(CRB_WINDOW_2M + ha->nx_pcibase));
925 (off_value + CRB_INDIRECT_2M + ha->nx_pcibase),
929 (off_value + CRB_INDIRECT_2M + ha->nx_pcibase));
1671 ha->nx_pcibase
[all...]
H A Dqla_os.c2607 iounmap((device_reg_t __iomem *)ha->nx_pcibase);
2738 iounmap((device_reg_t __iomem *)ha->nx_pcibase);
H A Dqla_def.h2835 unsigned long nx_pcibase; /* Base I/O address */ member in struct:qla_hw_data
/drivers/scsi/qla4xxx/
H A Dql4_nx.c40 return (void __iomem *)(ha->nx_pcibase + off);
361 (void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase));
365 win_read = readl((void __iomem *)(CRB_WINDOW_2M + ha->nx_pcibase));
371 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase;
507 QLA82XX_PCI_CAMQM_2M_BASE + ha->nx_pcibase;
522 *off = *off + m->start_2M - m->start_128M + ha->nx_pcibase;
H A Dql4_def.h636 unsigned long nx_pcibase; /* Base I/O address */ member in struct:scsi_qla_host
H A Dql4_os.c2251 if (ha->nx_pcibase)
2253 (struct device_reg_82xx __iomem *)ha->nx_pcibase);
3470 ha->nx_pcibase = (unsigned long)ioremap(mem_base, mem_len);
3471 if (!ha->nx_pcibase) {
3482 (struct device_reg_82xx __iomem *)((uint8_t *)ha->nx_pcibase +

Completed in 105 milliseconds