Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/
Dpcie-mobiveil.c227 unsigned long shifted_status; in mobiveil_pcie_isr() local
244 shifted_status = csr_readl(pcie, PAB_INTP_AMBA_MISC_STAT) >> in mobiveil_pcie_isr()
247 for_each_set_bit(bit, &shifted_status, PCI_NUM_INTX) { in mobiveil_pcie_isr()
258 shifted_status << PAB_INTX_START, in mobiveil_pcie_isr()
261 } while ((shifted_status >> PAB_INTX_START) != 0); in mobiveil_pcie_isr()