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()
399 int total_bytes, cmd_bytes, frames, ctrl; in mchp_coreqspi_config_op() local401 cmd_bytes = op->cmd.nbytes + op->addr.nbytes; in mchp_coreqspi_config_op()402 total_bytes = cmd_bytes + op->data.nbytes; in mchp_coreqspi_config_op()431 cmd_bytes = total_bytes; in mchp_coreqspi_config_op()436 frames |= cmd_bytes << FRAMES_CMDBYTES_SHIFT; in mchp_coreqspi_config_op()599 u32 total_bytes = 0, cmd_bytes = 0, idle_cycles = 0; in mchp_coreqspi_prepare_message() local625 if (!cmd_bytes && !(t->tx_buf && t->rx_buf)) in mchp_coreqspi_prepare_message()626 cmd_bytes = t->len; in mchp_coreqspi_prepare_message()628 cmd_bytes = total_bytes; in mchp_coreqspi_prepare_message()649 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