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