Searched refs:boot_cmd (Results 1 – 2 of 2) sorted by relevance
83 uint16_t boot_cmd = 0; in rsi_bl_select_option() local88 SI91X_INTERFACE_OUT_REGISTER = boot_cmd; in rsi_bl_select_option()91 boot_cmd = RSI_HOST_INTERACT_REG_VALID_FW | cmd; in rsi_bl_select_option()93 boot_cmd = RSI_HOST_INTERACT_REG_VALID | cmd; in rsi_bl_select_option()95 retval = sli_si91x_send_boot_instruction(RSI_REG_WRITE, &boot_cmd); in rsi_bl_select_option()303 uint16_t boot_cmd = 0; in rsi_select_option() local309 boot_cmd = HOST_INTERACT_REG_VALID | cmd; in rsi_select_option()311 boot_cmd &= 0xF0FF; in rsi_select_option()312 boot_cmd = boot_cmd | (uint16_t)(image_number << 8); in rsi_select_option()314 retval = rsi_boot_insn(REG_WRITE, &boot_cmd); in rsi_select_option()
2456 static uint16_t boot_cmd = 0; in sl_si91x_bl_upgrade_firmware() local2465 boot_cmd = RSI_HOST_INTERACT_REG_VALID | RSI_PONG_VALID; in sl_si91x_bl_upgrade_firmware()2475 switch (boot_cmd) { in sl_si91x_bl_upgrade_firmware()2479 boot_cmd = RSI_HOST_INTERACT_REG_VALID | RSI_PONG_VALID; in sl_si91x_bl_upgrade_firmware()2485 boot_cmd = RSI_HOST_INTERACT_REG_VALID | RSI_PING_VALID; in sl_si91x_bl_upgrade_firmware()2508 boot_cmd = RSI_HOST_INTERACT_REG_VALID | RSI_EOF_REACHED; in sl_si91x_bl_upgrade_firmware()2510 retval = sl_si91x_boot_instruction(RSI_REG_WRITE, &boot_cmd); in sl_si91x_bl_upgrade_firmware()