Lines Matching refs:pci_conf

455 	unsigned short pci_conf;	/* PCI card config in I/O space */  member
690 outw(0x440f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
691 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
696 outw(0x240f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
701 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpureset()
710 regval = inl(card->pci_conf + CNTRL_9052); in fst_cpureset()
712 outl(regval | 0x40000000, card->pci_conf + CNTRL_9052); in fst_cpureset()
713 outl(regval & ~0x40000000, card->pci_conf + CNTRL_9052); in fst_cpureset()
732 outw(0x040e, card->pci_conf + CNTRL_9054 + 2); in fst_cpurelease()
733 outw(0x040f, card->pci_conf + CNTRL_9054 + 2); in fst_cpurelease()
749 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_clear_intr()
759 outl(0x0f0c0900, card->pci_conf + INTCSR_9054); in fst_enable_intr()
761 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_enable_intr()
771 outl(0x00000000, card->pci_conf + INTCSR_9054); in fst_disable_intr()
773 outw(0x0000, card->pci_conf + INTCSR_9052); in fst_disable_intr()
808 outl(0x00020441, card->pci_conf + DMAMODE0); in fst_init_dma()
809 outl(0x00020441, card->pci_conf + DMAMODE1); in fst_init_dma()
810 outl(0x0, card->pci_conf + DMATHR); in fst_init_dma()
892 outl(dma, card->pci_conf + DMAPADR0); /* Copy to here */ in fst_rx_dma()
893 outl(mem, card->pci_conf + DMALADR0); /* from here */ in fst_rx_dma()
894 outl(len, card->pci_conf + DMASIZ0); /* for this length */ in fst_rx_dma()
895 outl(0x00000000c, card->pci_conf + DMADPR0); /* In this direction */ in fst_rx_dma()
901 outb(0x03, card->pci_conf + DMACSR0); /* Start the transfer */ in fst_rx_dma()
919 outl(dma, card->pci_conf + DMAPADR1); /* Copy from here */ in fst_tx_dma()
920 outl(mem, card->pci_conf + DMALADR1); /* to here */ in fst_tx_dma()
921 outl(len, card->pci_conf + DMASIZ1); /* for this length */ in fst_tx_dma()
922 outl(0x000000004, card->pci_conf + DMADPR1); /* In this direction */ in fst_tx_dma()
928 outb(0x03, card->pci_conf + DMACSR1); /* Start the transfer */ in fst_tx_dma()
1506 dma_intcsr = inl(card->pci_conf + INTCSR_9054); in fst_intr()
1512 outb(0x8, card->pci_conf + DMACSR0); in fst_intr()
1524 outb(0x8, card->pci_conf + DMACSR1); in fst_intr()
2214 tx_dma_done = inb(card->pci_conf + DMACSR1); in fst_close()
2215 rx_dma_done = inb(card->pci_conf + DMACSR0); in fst_close()
2449 card->pci_conf = pci_resource_start(pdev, 1); in fst_add_one()
2513 dev->base_addr = card->pci_conf; in fst_add_one()
2528 card->pci_conf, card->phys_mem, card->phys_ctlmem); in fst_add_one()