Searched refs:pci_io (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfc_pci.h227 #define Write_hfc(a, b, c) (writeb(c, (a->hw.pci_io)+b))
228 #define Read_hfc(a, b) (readb((a->hw.pci_io)+b))
H A Dhfcpci.c111 unsigned char __iomem *pci_io; /* start of PCI IO memory */ member in struct:hfcPCI_hw
175 iounmap(hc->hw.pci_io);
2037 hc->hw.pci_io =
2040 if (!hc->hw.pci_io) {
2056 hc->hw.pci_io = ioremap((ulong) hc->hw.pci_io, 256);
2059 (u_long) hc->hw.pci_io, (u_long) hc->hw.fifos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_pci.h231 #define Write_hfc(a,b,c) (*(((u_char *)a->hw.hfcpci.pci_io)+b) = c)
232 #define Read_hfc(a,b) (*(((u_char *)a->hw.hfcpci.pci_io)+b))
H A Dhfc_pci.c76 cs->hw.hfcpci.pci_io);
89 iounmap((void *)cs->hw.hfcpci.pci_io);
1700 cs->hw.hfcpci.pci_io = (char *)(unsigned long)dev_hfcpci->resource[1].start;
1703 if (!cs->hw.hfcpci.pci_io) {
1724 cs->hw.hfcpci.pci_io = ioremap((ulong) cs->hw.hfcpci.pci_io, 256);
1727 cs->hw.hfcpci.pci_io,
H A Dhisax.h705 unsigned char *pci_io; /* start of PCI IO memory */ member in struct:hfcPCI_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ks8695/
H A Dpci.c156 static struct resource pci_io = { variable in typeref:struct:resource
169 request_resource(&ioport_resource, &pci_io);
171 sys->resource[0] = &pci_io;

Completed in 187 milliseconds