Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/mellanox/
Dmlxbf-bootctl.c130 static int mlxbf_bootctl_smc(unsigned int smc_op, int smc_arg) in mlxbf_bootctl_smc() function
168 ret = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_POST_RESET_WDOG, 0); in post_reset_wdog_show()
186 ret = mlxbf_bootctl_smc(MLXBF_BOOTCTL_SET_POST_RESET_WDOG, value); in post_reset_wdog_store()
197 action = mlxbf_bootctl_smc(smc_op, 0); in mlxbf_bootctl_show()
212 ret = mlxbf_bootctl_smc(smc_op, action); in mlxbf_bootctl_store()
252 lc_state = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in lifecycle_state_show()
281 key_state = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in secure_boot_fuse_state_show()
340 if (mlxbf_bootctl_smc(MLXBF_BOOTCTL_FW_RESET, key) < 0) in fw_reset_store()
1018 ret = mlxbf_bootctl_smc(MLXBF_BOOTCTL_SET_RESET_ACTION, in mlxbf_bootctl_probe()