Home
last modified time | relevance | path

Searched refs:MIN_IOBASE_LEN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h618 #define MIN_IOBASE_LEN 0x100 macro
H A Dql4_os.c5594 if (pio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()
5616 if (mmio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()
5631 ha->reg = ioremap(mmio, MIN_IOBASE_LEN); in qla4xxx_iospace_config()
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2057 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()
2082 if (pci_resource_len(ha->pdev, 1) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()
2089 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN); in qla2x00_iospace_config()
2163 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla83xx_iospace_config()
2170 ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN); in qla83xx_iospace_config()