Searched refs:MIN_IOBASE_LEN (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_def.h623 #define MIN_IOBASE_LEN 0x100 macro
H A Dql4_os.c5553 if (pio_len < MIN_IOBASE_LEN) { qla4xxx_iospace_config()
5575 if (mmio_len < MIN_IOBASE_LEN) { qla4xxx_iospace_config()
5590 ha->reg = ioremap(mmio, MIN_IOBASE_LEN); qla4xxx_iospace_config()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_os.c1519 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { qla2x00_iospace_config()
1544 if (pci_resource_len(ha->pdev, 1) < MIN_IOBASE_LEN) { qla2x00_iospace_config()
1551 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN); qla2x00_iospace_config()
1630 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { qla83xx_iospace_config()
1637 ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN); qla83xx_iospace_config()
H A Dqla_def.h2985 #define MIN_IOBASE_LEN 0x100 macro

Completed in 236 milliseconds