Searched refs:BOOT_CMD_MAGIC_NUMBER (Results 1 – 4 of 4) sorted by relevance
22 #define BOOT_CMD_MAGIC_NUMBER 0x4C56524D /* LVRM */ macro
508 if (bcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()749 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
23 #define BOOT_CMD_MAGIC_NUMBER 0x4C56524D /* LVRM */ macro
533 if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()761 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()