shifted_status    346 drivers/pci/controller/pcie-mobiveil.c 	unsigned long shifted_status;
shifted_status    363 drivers/pci/controller/pcie-mobiveil.c 		shifted_status = mobiveil_csr_readl(pcie,
shifted_status    365 drivers/pci/controller/pcie-mobiveil.c 		shifted_status &= PAB_INTP_INTX_MASK;
shifted_status    366 drivers/pci/controller/pcie-mobiveil.c 		shifted_status >>= PAB_INTX_START;
shifted_status    368 drivers/pci/controller/pcie-mobiveil.c 			for_each_set_bit(bit, &shifted_status, PCI_NUM_INTX) {
shifted_status    383 drivers/pci/controller/pcie-mobiveil.c 			shifted_status = mobiveil_csr_readl(pcie,
shifted_status    385 drivers/pci/controller/pcie-mobiveil.c 			shifted_status &= PAB_INTP_INTX_MASK;
shifted_status    386 drivers/pci/controller/pcie-mobiveil.c 			shifted_status >>= PAB_INTX_START;
shifted_status    387 drivers/pci/controller/pcie-mobiveil.c 		} while (shifted_status != 0);