Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/mellanox/
Dmlxbf-bootctl.c250 int lc_state; in lifecycle_state_show() local
252 lc_state = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in lifecycle_state_show()
254 if (lc_state < 0) in lifecycle_state_show()
255 return lc_state; in lifecycle_state_show()
257 lc_state &= in lifecycle_state_show()
264 if (lc_state & MLXBF_BOOTCTL_SB_TEST_MASK) { in lifecycle_state_show()
265 lc_state &= MLXBF_BOOTCTL_SB_SECURE_MASK; in lifecycle_state_show()
268 mlxbf_bootctl_lifecycle_states[lc_state]); in lifecycle_state_show()
271 return sprintf(buf, "%s\n", mlxbf_bootctl_lifecycle_states[lc_state]); in lifecycle_state_show()