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

Lines Matching refs:pci_conf

457 	unsigned short pci_conf;	/* PCI card config in I/O space */
693 outw(0x440f, card->pci_conf + CNTRL_9054 + 2);
694 outw(0x040f, card->pci_conf + CNTRL_9054 + 2);
701 outw(0x240f, card->pci_conf + CNTRL_9054 + 2);
708 outw(0x040f, card->pci_conf + CNTRL_9054 + 2);
717 regval = inl(card->pci_conf + CNTRL_9052);
719 outl(regval | 0x40000000, card->pci_conf + CNTRL_9052);
720 outl(regval & ~0x40000000, card->pci_conf + CNTRL_9052);
739 outw(0x040e, card->pci_conf + CNTRL_9054 + 2);
740 outw(0x040f, card->pci_conf + CNTRL_9054 + 2);
756 outw(0x0543, card->pci_conf + INTCSR_9052);
766 outl(0x0f0c0900, card->pci_conf + INTCSR_9054);
768 outw(0x0543, card->pci_conf + INTCSR_9052);
778 outl(0x00000000, card->pci_conf + INTCSR_9054);
780 outw(0x0000, card->pci_conf + INTCSR_9052);
815 outl(0x00020441, card->pci_conf + DMAMODE0);
816 outl(0x00020441, card->pci_conf + DMAMODE1);
817 outl(0x0, card->pci_conf + DMATHR);
901 outl(skb, card->pci_conf + DMAPADR0); /* Copy to here */
902 outl(mem, card->pci_conf + DMALADR0); /* from here */
903 outl(len, card->pci_conf + DMASIZ0); /* for this length */
904 outl(0x00000000c, card->pci_conf + DMADPR0); /* In this direction */
910 outb(0x03, card->pci_conf + DMACSR0); /* Start the transfer */
929 outl((unsigned long) skb, card->pci_conf + DMAPADR1); /* Copy from here */
930 outl((unsigned long) mem, card->pci_conf + DMALADR1); /* to here */
931 outl(len, card->pci_conf + DMASIZ1); /* for this length */
932 outl(0x000000004, card->pci_conf + DMADPR1); /* In this direction */
938 outb(0x03, card->pci_conf + DMACSR1); /* Start the transfer */
1518 dma_intcsr = inl(card->pci_conf + INTCSR_9054);
1524 outb(0x8, card->pci_conf + DMACSR0);
1536 outb(0x8, card->pci_conf + DMACSR1);
2226 tx_dma_done = inb(card->pci_conf + DMACSR1);
2227 rx_dma_done = inb(card->pci_conf + DMACSR0);
2470 card->pci_conf = pci_resource_start(pdev, 1);
2547 dev->base_addr = card->pci_conf;
2562 card->pci_conf, card->phys_mem, card->phys_ctlmem);