Searched refs:firmware_buf (Results 1 – 1 of 1) sorted by relevance
245 __u8 *firmware_buf; member409 memcpy(kaweth->firmware_buf, fw->data, fw->size); in kaweth_download_firmware()413 kaweth->firmware_buf[2] = (data_len & 0xFF) - 7; in kaweth_download_firmware()414 kaweth->firmware_buf[3] = data_len >> 8; in kaweth_download_firmware()415 kaweth->firmware_buf[4] = type; in kaweth_download_firmware()416 kaweth->firmware_buf[5] = interrupt; in kaweth_download_firmware()418 dbg("High: %i, Low:%i", kaweth->firmware_buf[3], in kaweth_download_firmware()419 kaweth->firmware_buf[2]); in kaweth_download_firmware()431 (void *)kaweth->firmware_buf, in kaweth_download_firmware()442 kaweth->firmware_buf[0] = 0xB6; in kaweth_trigger_firmware()[all …]