Searched refs:shifted_status (Results 1 – 1 of 1) sorted by relevance
94 unsigned long shifted_status; in mobiveil_pcie_isr() local111 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr()113 shifted_status &= PAB_INTP_INTX_MASK; in mobiveil_pcie_isr()114 shifted_status >>= PAB_INTX_START; in mobiveil_pcie_isr()116 for_each_set_bit(bit, &shifted_status, PCI_NUM_INTX) { in mobiveil_pcie_isr()131 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr()133 shifted_status &= PAB_INTP_INTX_MASK; in mobiveil_pcie_isr()134 shifted_status >>= PAB_INTX_START; in mobiveil_pcie_isr()135 } while (shifted_status != 0); in mobiveil_pcie_isr()