Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dshpchp_hpc.c775 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local
779 intr_loc = shpc_readl(ctrl, INTR_LOC); in shpc_isr()
780 if (!intr_loc) in shpc_isr()
783 ctrl_dbg(ctrl, "%s: intr_loc = %x\n", __func__, intr_loc); in shpc_isr()
799 if (intr_loc & CMD_INTR_PENDING) { in shpc_isr()
812 if (!(intr_loc & ~CMD_INTR_PENDING)) in shpc_isr()
817 if (!(intr_loc & SLOT_INTR_PENDING(hp_slot))) in shpc_isr()
H A Dshpchp.h187 volatile u32 intr_loc; member
204 INTR_LOC = offsetof(struct ctrl_reg, intr_loc),