Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dqca955x_pci.c196 reg & ~QCA955X_PCI_INTR_DEV0); in qca955x_pci_mask_irq()
201 reg | QCA955X_PCI_INTR_DEV0); in qca955x_pci_mask_irq()
217 reg | QCA955X_PCI_INTR_DEV0); in qca955x_pci_unmask_irq()
539 if (reg & QCA955X_PCI_INTR_DEV0) { in qca955x_pci_intr()
H A Dqca955xreg.h226 #define QCA955X_PCI_INTR_DEV0 (1 << 14) macro