Searched refs:MIN_IOBASE_LEN (Results 1 – 4 of 4) sorted by relevance
609 #define MIN_IOBASE_LEN 0x100 macro
5591 if (pio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()5613 if (mmio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()5628 ha->reg = ioremap(mmio, MIN_IOBASE_LEN); in qla4xxx_iospace_config()
1954 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()1979 if (pci_resource_len(ha->pdev, 1) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()1986 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN); in qla2x00_iospace_config()2060 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla83xx_iospace_config()2067 ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN); in qla83xx_iospace_config()
3942 #define MIN_IOBASE_LEN 0x100 macro