Lines Matching refs:le16_to_cpu
52 copy_len = min(le16_to_cpu(buf->size), le16_to_cpu(resp->size)); in lbtf_cmd_copyback()
120 priv->regioncode = le16_to_cpu(cmd.regioncode) & 0xFF; in lbtf_update_hw_spec()
230 le16_to_cpu(cmdnode->cmdbuf->command)); in lbtf_queue_cmd()
252 cmdsize = le16_to_cpu(cmd->size); in lbtf_submit_command()
253 command = le16_to_cpu(cmd->command); in lbtf_submit_command()
256 command, le16_to_cpu(cmd->seqnum), cmdsize); in lbtf_submit_command()
595 le16_to_cpu(cmd->command)); in lbtf_execute_next_command()
736 curcmd = le16_to_cpu(priv->cur_cmd->cmdbuf->command); in lbtf_process_rx_command()
737 respcmd = le16_to_cpu(resp->command); in lbtf_process_rx_command()
738 result = le16_to_cpu(resp->result); in lbtf_process_rx_command()
742 respcmd, le16_to_cpu(resp->seqnum), in lbtf_process_rx_command()
743 le16_to_cpu(resp->size)); in lbtf_process_rx_command()