Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c261 int lc_state; in lifecycle_state_show() local
270 lc_state = status_bits & MLXBF_BOOTCTL_SB_SECURE_MASK; in lifecycle_state_show()
278 mlxbf_bootctl_lifecycle_states[lc_state]); in lifecycle_state_show()
280 (lc_state == MLXBF_BOOTCTL_SB_LIFECYCLE_GA_SECURE)) { in lifecycle_state_show()
284 return sprintf(buf, "%s\n", mlxbf_bootctl_lifecycle_states[lc_state]); in lifecycle_state_show()