Searched refs:serr_int (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| H A D | shpchp_hpc.c | 540 u32 slot_reg, serr_int; in shpchp_release_ctlr() local 560 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpchp_release_ctlr() 561 serr_int |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in shpchp_release_ctlr() 563 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpchp_release_ctlr() 564 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpchp_release_ctlr() 752 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local 767 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr() 768 serr_int |= GLOBAL_INTR_MASK; in shpc_isr() 769 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr() 770 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() [all …]
|