Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dbtnxpuart.c630 struct nxp_bootloader_cmd nxp_cmd7; in nxp_fw_change_timeout() local
632 if (req_len != sizeof(nxp_cmd7)) in nxp_fw_change_timeout()
635 nxp_cmd7.header = __cpu_to_le32(7); in nxp_fw_change_timeout()
636 nxp_cmd7.arg = __cpu_to_le32(0x70); in nxp_fw_change_timeout()
637 nxp_cmd7.payload_len = 0; in nxp_fw_change_timeout()
639 nxp_cmd7.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd7, in nxp_fw_change_timeout()
640 sizeof(nxp_cmd7) - 4)); in nxp_fw_change_timeout()
641 serdev_device_write_buf(nxpdev->serdev, (u8 *)&nxp_cmd7, sizeof(nxp_cmd7)); in nxp_fw_change_timeout()