Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtnxpuart.c691 struct nxp_bootloader_cmd nxp_cmd7; in nxp_fw_change_timeout() local
693 if (req_len != sizeof(nxp_cmd7)) in nxp_fw_change_timeout()
696 nxp_cmd7.header = __cpu_to_le32(7); in nxp_fw_change_timeout()
697 nxp_cmd7.arg = __cpu_to_le32(0x70); in nxp_fw_change_timeout()
698 nxp_cmd7.payload_len = 0; in nxp_fw_change_timeout()
700 nxp_cmd7.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd7, in nxp_fw_change_timeout()
701 sizeof(nxp_cmd7) - 4)); in nxp_fw_change_timeout()
702 serdev_device_write_buf(nxpdev->serdev, (u8 *)&nxp_cmd7, sizeof(nxp_cmd7)); in nxp_fw_change_timeout()