Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dshpchp_hpc.c600 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr()
604 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr()
807 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); 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()
824 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
860 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
862 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
1031 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
1036 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
[all …]
Dshpchp.h230 SERR_INTR_ENABLE = offsetof(struct ctrl_reg, serr_intr_enable), enumerator