Searched refs:shifted_status (Results 1 – 1 of 1) sorted by relevance
91 unsigned long shifted_status; in mobiveil_pcie_isr() local108 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr()110 shifted_status &= PAB_INTP_INTX_MASK; in mobiveil_pcie_isr()111 shifted_status >>= PAB_INTX_START; in mobiveil_pcie_isr()113 for_each_set_bit(bit, &shifted_status, PCI_NUM_INTX) { in mobiveil_pcie_isr()127 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr()129 shifted_status &= PAB_INTP_INTX_MASK; in mobiveil_pcie_isr()130 shifted_status >>= PAB_INTX_START; in mobiveil_pcie_isr()131 } while (shifted_status != 0); in mobiveil_pcie_isr()