Lines Matching refs:serr_int
541 u32 slot_reg, serr_int; in hpc_release_ctlr() local
561 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr()
562 serr_int |= (GLOBAL_INTR_MASK | GLOBAL_SERR_MASK | in hpc_release_ctlr()
564 serr_int &= ~SERR_INTR_RSVDZ_MASK; in hpc_release_ctlr()
565 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr()
753 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local
768 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
769 serr_int |= GLOBAL_INTR_MASK; in shpc_isr()
770 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr()
771 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
783 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
784 serr_int &= ~SERR_INTR_RSVDZ_MASK; in shpc_isr()
785 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
821 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
822 serr_int &= ~(GLOBAL_INTR_MASK | SERR_INTR_RSVDZ_MASK); in shpc_isr()
823 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()