Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c561 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr()
565 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr()
768 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); 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()
785 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
821 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
823 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
991 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
996 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
[all …]
H A Dshpchp.h206 SERR_INTR_ENABLE = offsetof(struct ctrl_reg, serr_intr_enable), enumerator