Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
A Dql4_def.h609 #define MIN_IOBASE_LEN 0x100 macro
A Dql4_os.c5583 if (pio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()
5605 if (mmio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()
5620 ha->reg = ioremap(mmio, MIN_IOBASE_LEN); in qla4xxx_iospace_config()
/linux/drivers/scsi/qla2xxx/
A Dqla_os.c1997 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()
2022 if (pci_resource_len(ha->pdev, 1) < MIN_IOBASE_LEN) { in qla2x00_iospace_config()
2029 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN); in qla2x00_iospace_config()
2103 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) { in qla83xx_iospace_config()
2110 ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN); in qla83xx_iospace_config()
A Dqla_def.h4051 #define MIN_IOBASE_LEN 0x100 macro

Completed in 60 milliseconds