Searched refs:shifted_status (Results 1 – 1 of 1) sorted by relevance
92 unsigned long shifted_status; in mobiveil_pcie_isr() local109 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr()111 shifted_status &= PAB_INTP_INTX_MASK; in mobiveil_pcie_isr()112 shifted_status >>= PAB_INTX_START; in mobiveil_pcie_isr()114 for_each_set_bit(bit, &shifted_status, PCI_NUM_INTX) { in mobiveil_pcie_isr()128 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr()130 shifted_status &= PAB_INTP_INTX_MASK; in mobiveil_pcie_isr()131 shifted_status >>= PAB_INTX_START; in mobiveil_pcie_isr()132 } while (shifted_status != 0); in mobiveil_pcie_isr()