Searched refs:hfcpci (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/hisax/
H A Dhfc_pci.c75 printk(KERN_INFO "HiSax: release hfcpci at %p\n",
76 cs->hw.hfcpci.pci_io);
77 cs->hw.hfcpci.int_m2 = 0; /* interrupt output off ! */
78 Write_hfc(cs, HFCPCI_INT_M2, cs->hw.hfcpci.int_m2);
83 Write_hfc(cs, HFCPCI_INT_M2, cs->hw.hfcpci.int_m2);
84 pci_write_config_word(cs->hw.hfcpci.dev, PCI_COMMAND, 0); /* disable memory mapped ports + busmaster */
85 del_timer(&cs->hw.hfcpci.timer);
86 pci_free_consistent(cs->hw.hfcpci.dev, 0x8000,
87 cs->hw.hfcpci.fifos, cs->hw.hfcpci
[all...]
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 Dhisax.h911 struct hfcPCI_hw hfcpci; member in union:IsdnCardState::__anon1891
950 struct hfcpci_chip hfcpci; member in union:IsdnCardState::__anon1892
/drivers/isdn/hardware/mISDN/
H A DMakefile6 obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o

Completed in 72 milliseconds