Searched refs:SERR_INTR_ENABLE (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 583 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in hpc_release_ctlr() 587 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr() 790 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr() 793 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 805 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr() 807 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 843 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_isr() 845 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 1014 tempdword = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpc_init() 1019 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
|