Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/ !
Dshpchp_hpc.c560 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpchp_release_ctlr()
564 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpchp_release_ctlr()
767 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
770 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
782 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
784 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
820 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr()
822 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr()
966 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init()
971 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init()
[all …]
Dshpchp.h204 SERR_INTR_ENABLE = offsetof(struct ctrl_reg, serr_intr_enable), enumerator