Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_def.h610 #define MIN_IOBASE_LEN 0x100 macro
Dql4_os.c5567 if (pio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()
5589 if (mmio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()
5604 ha->reg = ioremap(mmio, MIN_IOBASE_LEN); in qla4xxx_iospace_config()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_os.c1951 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()
1976 if (pci_resource_len(ha->pdev, 1) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()
1983 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN); in qla2x00_iospace_config()
2052 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla83xx_iospace_config()
2059 ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN); in qla83xx_iospace_config()
Dqla_def.h3632 #define MIN_IOBASE_LEN 0x100 macro