Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/marvell/libertas_tf/
Dif_usb.h22 #define BOOT_CMD_MAGIC_NUMBER 0x4C56524D /* LVRM */ macro
Dif_usb.c506 if (bcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()
747 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()
/Linux-v5.10/drivers/net/wireless/marvell/libertas/
Dif_usb.h23 #define BOOT_CMD_MAGIC_NUMBER 0x4C56524D /* LVRM */ macro
Dif_usb.c530 if (bootcmdresp.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) { in if_usb_receive_fwload()
758 bootcmd->magic = cpu_to_le32(BOOT_CMD_MAGIC_NUMBER); in if_usb_issue_boot_command()