Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c94 unsigned long shifted_status; in mobiveil_pcie_isr() local
111 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()
/kernel/linux/linux-6.6/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c91 unsigned long shifted_status; in mobiveil_pcie_isr() local
108 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()

Completed in 2 milliseconds