Searched refs:shpc_writel (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 197 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel() function 575 shpc_writel(ctrl, SLOT_REG(i), slot_reg); in hpc_release_ctlr() 587 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in hpc_release_ctlr() 793 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 807 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 838 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_isr() 845 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 1019 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init() 1035 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_init() 1077 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_init() [all …]
|