Lines Matching refs:status
420 unsigned long status;
426 status = readl_relaxed(bridge_base_addr + ISTATUS_LOCAL);
427 if (status & PM_MSI_INT_MSI_MASK) {
428 writel_relaxed(status & PM_MSI_INT_MSI_MASK, bridge_base_addr + ISTATUS_LOCAL);
429 status = readl_relaxed(bridge_base_addr + ISTATUS_MSI);
430 for_each_set_bit(bit, &status, msi->num_vectors) {
569 unsigned long status;
575 status = readl_relaxed(bridge_base_addr + ISTATUS_LOCAL);
576 if (status & PM_MSI_INT_INTX_MASK) {
577 status &= PM_MSI_INT_INTX_MASK;
578 status >>= PM_MSI_INT_INTX_SHIFT;
579 for_each_set_bit(bit, &status, PCI_NUM_INTX) {