Searched refs:BOOT_CMD_MAGIC_NUMBER (Results 1 – 4 of 4) sorted by relevance
26 #define BOOT_CMD_MAGIC_NUMBER 0x4C56524D /* LVRM */ macro
517 if (bcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()756 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
22 #define BOOT_CMD_MAGIC_NUMBER 0x4C56524D /* LVRM */ macro
538 if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()771 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()