Searched refs:shpc_readl (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 186 static inline u32 shpc_readl(struct controller *ctrl, int reg) in shpc_readl() function 362 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in shpchp_get_attention_status() 386 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in shpchp_get_power_status() 411 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in shpchp_get_latch_status() 421 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in shpchp_get_adapter_status() 442 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in shpchp_get_adapter_speed() 494 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in shpchp_query_power_fault() 546 slot_reg = shpc_readl(ctrl, SLOT_REG(i)); in shpchp_release_ctlr() 560 serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE); in shpchp_release_ctlr() 756 intr_loc = shpc_readl(ctrl, INTR_LOC); in shpc_isr() [all …]
|