Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c179 int lc_state; in lifecycle_state_show() local
188 lc_state = status_bits & MLXBF_BOOTCTL_SB_SECURE_MASK; in lifecycle_state_show()
196 mlxbf_bootctl_lifecycle_states[lc_state]); in lifecycle_state_show()
198 (lc_state == MLXBF_BOOTCTL_SB_LIFECYCLE_GA_SECURE)) { in lifecycle_state_show()
202 return sprintf(buf, "%s\n", mlxbf_bootctl_lifecycle_states[lc_state]); in lifecycle_state_show()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds