Searched refs:intr_loc (Results 1 – 1 of 1) sorted by relevance
752 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local 756 intr_loc = shpc_readl(ctrl, INTR_LOC); in shpc_isr() 757 if (!intr_loc) in shpc_isr() 760 ctrl_dbg(ctrl, "%s: intr_loc = %x\n", __func__, intr_loc); in shpc_isr() 776 if (intr_loc & CMD_INTR_PENDING) { in shpc_isr() 789 if (!(intr_loc & ~CMD_INTR_PENDING)) in shpc_isr() 794 if (!(intr_loc & SLOT_INTR_PENDING(hp_slot))) in shpc_isr()