Searched refs:SERR_INTR_ENABLE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 560 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 …]
|
D | shpchp.h | 204 SERR_INTR_ENABLE = offsetof(struct ctrl_reg, serr_intr_enable), enumerator
|