Searched refs:fw_time (Results 1 – 2 of 2) sorted by relevance
19 u64 fw_time; member58 snd_iprintf(buffer, "Firmware Time:\t%.8s\n", (char *)&info->fw_time); in proc_read_hw_info()
920 uint64_t fw_time; in megasas_dcmd_get_fw_time() local921 size_t dcmd_size = sizeof(fw_time); in megasas_dcmd_get_fw_time()924 fw_time = cpu_to_le64(megasas_fw_time()); in megasas_dcmd_get_fw_time()926 dma_buf_read(&fw_time, dcmd_size, &residual, &cmd->qsg, in megasas_dcmd_get_fw_time()934 uint64_t fw_time; in megasas_dcmd_set_fw_time() local937 memcpy(&fw_time, cmd->frame->dcmd.mbox, sizeof(fw_time)); in megasas_dcmd_set_fw_time()939 trace_megasas_dcmd_set_fw_time(cmd->index, fw_time); in megasas_dcmd_set_fw_time()940 fw_time = cpu_to_le64(megasas_fw_time()); in megasas_dcmd_set_fw_time()