Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c138 static int mlxbf_bootctl_smc(unsigned int smc_op, int smc_arg) in mlxbf_bootctl_smc() function
176 ret = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_POST_RESET_WDOG, 0); in post_reset_wdog_show()
194 ret = mlxbf_bootctl_smc(MLXBF_BOOTCTL_SET_POST_RESET_WDOG, value); in post_reset_wdog_store()
205 action = mlxbf_bootctl_smc(smc_op, 0); in mlxbf_bootctl_show()
220 ret = mlxbf_bootctl_smc(smc_op, action); in mlxbf_bootctl_store()
263 status_bits = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in lifecycle_state_show()
294 key_state = mlxbf_bootctl_smc(MLXBF_BOOTCTL_GET_TBB_FUSE_STATUS, in secure_boot_fuse_state_show()
353 if (mlxbf_bootctl_smc(MLXBF_BOOTCTL_FW_RESET, key) < 0) in fw_reset_store()
1031 ret = mlxbf_bootctl_smc(MLXBF_BOOTCTL_SET_RESET_ACTION, in mlxbf_bootctl_probe()