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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dnosy.c461 u32 pci_int_status; local
463 pci_int_status = reg_read(lynx, PCI_INT_STATUS);
465 if (pci_int_status == ~0)
469 if ((pci_int_status & PCI_INT_INT_PEND) == 0)
473 if ((pci_int_status & PCI_INT_P1394_INT) != 0) {
487 reg_write(lynx, PCI_INT_STATUS, pci_int_status);
489 if ((pci_int_status & PCI_INT_DMA0_HLT) > 0) {

Completed in 92 milliseconds