Searched refs:shpc_writel (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 191 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel() function 552 shpc_writel(ctrl, SLOT_REG(i), slot_reg); in shpchp_release_ctlr() 564 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpchp_release_ctlr() 770 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 784 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 815 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_isr() 822 shpc_writel(ctrl, SERR_INTR_ENABLE, serr_int); in shpc_isr() 971 shpc_writel(ctrl, SERR_INTR_ENABLE, tempdword); in shpc_init() 987 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_init() 1029 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg); in shpc_init() [all …]
|