Home
last modified time | relevance | path

Searched refs:slot_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c503 u8 slot_cmd = 0; in hpc_set_attention_status() local
507 slot_cmd = SET_ATTN_OFF; /* OFF */ in hpc_set_attention_status()
510 slot_cmd = SET_ATTN_ON; /* ON */ in hpc_set_attention_status()
513 slot_cmd = SET_ATTN_BLINK; /* BLINK */ in hpc_set_attention_status()
519 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_attention_status()