Lines Matching refs:current_override
1533 int current_override; in NCR53c7xx_detect() local
1540 for (current_override = count = 0; current_override < OVERRIDE_LIMIT; in NCR53c7xx_detect()
1541 ++current_override) { in NCR53c7xx_detect()
1542 if (overrides[current_override].pci ? in NCR53c7xx_detect()
1543 !ncr_pci_init (tpnt, overrides[current_override].board, in NCR53c7xx_detect()
1544 overrides[current_override].chip, in NCR53c7xx_detect()
1545 (unsigned char) overrides[current_override].data.pci.bus, in NCR53c7xx_detect()
1546 (((overrides[current_override].data.pci.device in NCR53c7xx_detect()
1547 << 3) & 0xf8)|(overrides[current_override].data.pci.function & in NCR53c7xx_detect()
1548 7)), overrides[current_override].options): in NCR53c7xx_detect()
1549 !normal_init (tpnt, overrides[current_override].board, in NCR53c7xx_detect()
1550 overrides[current_override].chip, in NCR53c7xx_detect()
1551 overrides[current_override].data.normal.base, in NCR53c7xx_detect()
1552 overrides[current_override].data.normal.io_port, in NCR53c7xx_detect()
1553 overrides[current_override].data.normal.irq, in NCR53c7xx_detect()
1554 overrides[current_override].data.normal.dma, in NCR53c7xx_detect()
1558 overrides[current_override].options)) { in NCR53c7xx_detect()