Searched refs:cmd_bytes (Results 1 – 4 of 4) sorted by relevance
283 if (cvt->cmd_bytes > 1) in cvt_legacy_system_to_ump()285 if (cvt->cmd_bytes > 2) in cvt_legacy_system_to_ump()450 static unsigned char cmd_bytes[8] = { in do_convert_to_ump() local480 cvt->cmd_bytes = bytes; in do_convert_to_ump()486 bytes = cmd_bytes[(c >> 4) & 7]; in do_convert_to_ump()489 cvt->cmd_bytes = bytes; in do_convert_to_ump()505 if (cvt->len < cvt->cmd_bytes) in do_convert_to_ump()510 return cvt_legacy_cmd_to_ump(cvt, group, protocol, data, cvt->cmd_bytes); in do_convert_to_ump()
425 int total_bytes, cmd_bytes, frames, ctrl; in mchp_coreqspi_config_op() local427 cmd_bytes = op->cmd.nbytes + op->addr.nbytes; in mchp_coreqspi_config_op()428 total_bytes = cmd_bytes + op->data.nbytes; in mchp_coreqspi_config_op()457 cmd_bytes = total_bytes; in mchp_coreqspi_config_op()462 frames |= cmd_bytes << FRAMES_CMDBYTES_SHIFT; in mchp_coreqspi_config_op()627 u32 total_bytes = 0, cmd_bytes = 0, idle_cycles = 0; in mchp_coreqspi_prepare_message() local653 if (!cmd_bytes && !(t->tx_buf && t->rx_buf)) in mchp_coreqspi_prepare_message()654 cmd_bytes = t->len; in mchp_coreqspi_prepare_message()656 cmd_bytes = total_bytes; in mchp_coreqspi_prepare_message()677 frames |= cmd_bytes << FRAMES_CMDBYTES_SHIFT; in mchp_coreqspi_prepare_message()
24 int cmd_bytes; member
300 u8 cmd_bytes[AAC_MAX_NATIVE_SIZE-FW_ERROR_BUFFER_SIZE]; member