Lines Matching refs:pci_conf
459 unsigned short pci_conf; /* PCI card config in I/O space */ member
694 outw(0x440f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
695 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
700 outw(0x240f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
705 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
714 regval = inl(card->pci_conf + CNTRL_9052); in fst_cpureset()
716 outl(regval | 0x40000000, card->pci_conf + CNTRL_9052); in fst_cpureset()
717 outl(regval & ~0x40000000, card->pci_conf + CNTRL_9052); in fst_cpureset()
736 outw(0x040e, card->pci_conf + CNTRL_9054 + 2); in fst_cpurelease()
737 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpurelease()
753 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_clear_intr()
763 outl(0x0f0c0900, card->pci_conf + INTCSR_9054); in fst_enable_intr()
765 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_enable_intr()
775 outl(0x00000000, card->pci_conf + INTCSR_9054); in fst_disable_intr()
777 outw(0x0000, card->pci_conf + INTCSR_9052); in fst_disable_intr()
812 outl(0x00020441, card->pci_conf + DMAMODE0); in fst_init_dma()
813 outl(0x00020441, card->pci_conf + DMAMODE1); in fst_init_dma()
814 outl(0x0, card->pci_conf + DMATHR); in fst_init_dma()
896 outl(dma, card->pci_conf + DMAPADR0); /* Copy to here */ in fst_rx_dma()
897 outl(mem, card->pci_conf + DMALADR0); /* from here */ in fst_rx_dma()
898 outl(len, card->pci_conf + DMASIZ0); /* for this length */ in fst_rx_dma()
899 outl(0x00000000c, card->pci_conf + DMADPR0); /* In this direction */ in fst_rx_dma()
905 outb(0x03, card->pci_conf + DMACSR0); /* Start the transfer */ in fst_rx_dma()
923 outl(dma, card->pci_conf + DMAPADR1); /* Copy from here */ in fst_tx_dma()
924 outl(mem, card->pci_conf + DMALADR1); /* to here */ in fst_tx_dma()
925 outl(len, card->pci_conf + DMASIZ1); /* for this length */ in fst_tx_dma()
926 outl(0x000000004, card->pci_conf + DMADPR1); /* In this direction */ in fst_tx_dma()
932 outb(0x03, card->pci_conf + DMACSR1); /* Start the transfer */ in fst_tx_dma()
1510 dma_intcsr = inl(card->pci_conf + INTCSR_9054); in fst_intr()
1516 outb(0x8, card->pci_conf + DMACSR0); in fst_intr()
1528 outb(0x8, card->pci_conf + DMACSR1); in fst_intr()
2220 tx_dma_done = inb(card->pci_conf + DMACSR1); in fst_close()
2221 rx_dma_done = inb(card->pci_conf + DMACSR0); in fst_close()
2456 card->pci_conf = pci_resource_start(pdev, 1); in fst_add_one()
2520 dev->base_addr = card->pci_conf; in fst_add_one()
2535 card->pci_conf, card->phys_mem, card->phys_ctlmem); in fst_add_one()