Home
last modified time | relevance | path

Searched refs:pci_io (Results 1 – 2 of 2) sorted by relevance

/drivers/isdn/hardware/mISDN/
A Dhfc_pci.h213 #define Write_hfc(a, b, c) (writeb(c, (a->hw.pci_io) + b))
214 #define Read_hfc(a, b) (readb((a->hw.pci_io) + b))
A Dhfcpci.c99 unsigned char __iomem *pci_io; /* start of PCI IO memory */ member
164 iounmap(hc->hw.pci_io); in release_io_hfcpci()
2005 hc->hw.pci_io = in setup_hw()
2008 if (!hc->hw.pci_io) { in setup_hw()
2029 hc->hw.pci_io = ioremap((ulong) hc->hw.pci_io, 256); in setup_hw()
2030 if (unlikely(!hc->hw.pci_io)) { in setup_hw()
2040 (u_long) hc->hw.pci_io, hc->hw.fifos, in setup_hw()

Completed in 12 milliseconds