Lines Matching refs:pci_conf

455 	unsigned short pci_conf;	/* PCI card config in I/O space */  member
678 outw(0x440f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
679 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
683 outw(0x240f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
687 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
696 regval = inl(card->pci_conf + CNTRL_9052); in fst_cpureset()
698 outl(regval | 0x40000000, card->pci_conf + CNTRL_9052); in fst_cpureset()
699 outl(regval & ~0x40000000, card->pci_conf + CNTRL_9052); in fst_cpureset()
716 outw(0x040e, card->pci_conf + CNTRL_9054 + 2); in fst_cpurelease()
717 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpurelease()
733 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_clear_intr()
743 outl(0x0f0c0900, card->pci_conf + INTCSR_9054); in fst_enable_intr()
745 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_enable_intr()
754 outl(0x00000000, card->pci_conf + INTCSR_9054); in fst_disable_intr()
756 outw(0x0000, card->pci_conf + INTCSR_9052); in fst_disable_intr()
788 outl(0x00020441, card->pci_conf + DMAMODE0); in fst_init_dma()
789 outl(0x00020441, card->pci_conf + DMAMODE1); in fst_init_dma()
790 outl(0x0, card->pci_conf + DMATHR); in fst_init_dma()
867 outl(dma, card->pci_conf + DMAPADR0); /* Copy to here */ in fst_rx_dma()
868 outl(mem, card->pci_conf + DMALADR0); /* from here */ in fst_rx_dma()
869 outl(len, card->pci_conf + DMASIZ0); /* for this length */ in fst_rx_dma()
870 outl(0x00000000c, card->pci_conf + DMADPR0); /* In this direction */ in fst_rx_dma()
875 outb(0x03, card->pci_conf + DMACSR0); /* Start the transfer */ in fst_rx_dma()
890 outl(dma, card->pci_conf + DMAPADR1); /* Copy from here */ in fst_tx_dma()
891 outl(mem, card->pci_conf + DMALADR1); /* to here */ in fst_tx_dma()
892 outl(len, card->pci_conf + DMASIZ1); /* for this length */ in fst_tx_dma()
893 outl(0x000000004, card->pci_conf + DMADPR1); /* In this direction */ in fst_tx_dma()
898 outb(0x03, card->pci_conf + DMACSR1); /* Start the transfer */ in fst_tx_dma()
1452 dma_intcsr = inl(card->pci_conf + INTCSR_9054); in fst_intr()
1457 outb(0x8, card->pci_conf + DMACSR0); in fst_intr()
1468 outb(0x8, card->pci_conf + DMACSR1); in fst_intr()
2151 tx_dma_done = inb(card->pci_conf + DMACSR1); in fst_close()
2152 rx_dma_done = inb(card->pci_conf + DMACSR0); in fst_close()
2380 card->pci_conf = pci_resource_start(pdev, 1); in fst_add_one()
2447 dev->base_addr = card->pci_conf; in fst_add_one()
2462 card->pci_conf, card->phys_mem, card->phys_ctlmem); in fst_add_one()