Searched refs:shpc_writel (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | shpchp_hpc.c | 192 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel() function 553 shpc_writel(ctrl, SLOT_REG(i), slot_reg); in hpc_release_ctlr() 565 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr() 771 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 785 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 816 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_isr() 823 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 996 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init() 1012 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_init() 1054 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_init() [all …]
|