Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/hotplug/
Dshpchp_hpc.c578 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr()
582 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr()
785 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); 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()
802 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
838 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
840 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
1009 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1014 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
[all …]
Dshpchp.h206 SERR_INTR_ENABLE = offsetof(struct ctrl_reg, serr_intr_enable), enumerator