Lines Matching refs:serr_int
558 u32 slot_reg, serr_int; in hpc_release_ctlr() local
578 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr()
579 serr_int |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in hpc_release_ctlr()
581 serr_int &= ~SERR_INTR_RSVDZ_MASK; in hpc_release_ctlr()
582 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr()
770 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local
785 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
786 serr_int |= GLOBAL_INTR_MASK; in shpc_isr()
787 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr()
788 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
800 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
801 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr()
802 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
838 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
839 serr_int &= ~(GLOBAL_INTR_MASK | SERR_INTR_RSVDZ_MASK); in shpc_isr()
840 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()