Lines Matching refs:serr_int
580 u32 slot_reg, serr_int; in hpc_release_ctlr() local
600 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr()
601 serr_int |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in hpc_release_ctlr()
603 serr_int &= ~SERR_INTR_RSVDZ_MASK; in hpc_release_ctlr()
604 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr()
792 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local
807 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
808 serr_int |= GLOBAL_INTR_MASK; in shpc_isr()
809 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr()
810 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
822 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
823 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr()
824 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
860 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
861 serr_int &= ~(GLOBAL_INTR_MASK | SERR_INTR_RSVDZ_MASK); in shpc_isr()
862 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()