• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:io_port

14  *             addr,...       io_port=addr,...
28 * modprobe eata io_port=0x7410,0x230 linked_comm=1 tag_mode=0 \
180 * io_port is now unsigned long.
424 * modprobe eata io_port=0x7410,0x230 linked_comm=1 \
846 static unsigned long io_port[] = {
1278 shost->io_port = port_base;
1398 (unsigned long)shost->io_port, shost->irq, dma_name,
1463 io_port[i] = ints[i + 1];
1465 io_port[i] = 0;
1554 io_port[MAX_INT_PARAM + (rev_scan ? (MAX_PCI - k) : (1 + k))] =
1572 /* io_port could have been modified when loading as a module */
1573 if (io_port[0] != SKIP) {
1575 io_port[MAX_INT_PARAM] = 0;
1579 for (k = MAX_INT_PARAM; io_port[k]; k++)
1580 if (io_port[k] == SKIP)
1582 else if (io_port[k] <= MAX_ISA_ADDR) {
1584 io_port[k] = SKIP;
1585 } else if (io_port[k] >= MIN_EISA_ADDR
1586 && io_port[k] <= MAX_EISA_ADDR) {
1588 io_port[k] = SKIP;
1598 for (k = 0; io_port[k]; k++) {
1600 if (io_port[k] == SKIP)
1603 if (j < MAX_BOARDS && port_detect(io_port[k], j, tpnt))
1830 if (do_dma(shost->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) {
1861 if (wait_on_busy(shost->io_port, MAXLOOP)) {
1878 if (inb(shost->io_port + REG_AUX_STATUS) & IRQ_ASSERTED)
1931 if (wait_on_busy(shost->io_port, MAXLOOP)) {
1986 if (do_dma(shost->io_port, 0, RESET_PIO)) {
2280 if (do_dma(dev->host->io_port, cpp->cp_dma_addr, SEND_CP_DMA)) {
2304 if (!(inb(shost->io_port + REG_AUX_STATUS) & IRQ_ASSERTED))
2314 if (wait_on_busy(shost->io_port, 20 * MAXLOOP)) {
2315 reg = inb(shost->io_port + REG_STATUS);
2331 reg = inb(shost->io_port + REG_STATUS);
2579 release_region(shost->io_port, shost->n_io_port);