Searched refs:SLOT_REG (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 67 #define SLOT_REG(i) (SLOT1 + (4 * i)) macro 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() 552 shpc_writel(ctrl, SLOT_REG(i), slot_reg); in shpchp_release_ctlr() 797 slot_reg = shpc_readl(ctrl, SLOT_REG(hp_slot)); in shpc_isr() [all …]
|