Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtnxpuart.c741 struct nxp_bootloader_cmd nxp_cmd7; in nxp_fw_change_timeout() local
743 if (req_len != sizeof(nxp_cmd7)) in nxp_fw_change_timeout()
746 nxp_cmd7.header = __cpu_to_le32(7); in nxp_fw_change_timeout()
747 nxp_cmd7.arg = __cpu_to_le32(0x70); in nxp_fw_change_timeout()
748 nxp_cmd7.payload_len = 0; in nxp_fw_change_timeout()
750 nxp_cmd7.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd7, in nxp_fw_change_timeout()
751 sizeof(nxp_cmd7) - 4)); in nxp_fw_change_timeout()
752 serdev_device_write_buf(nxpdev->serdev, (u8 *)&nxp_cmd7, sizeof(nxp_cmd7)); in nxp_fw_change_timeout()