Searched refs:ssp_cmd (Results 1 – 3 of 3) sorted by relevance
787 ctx->ssp_cmd.nb_slots = slots; in sst_handle_vb_timer() 788 ctx->ssp_cmd.active_tx_slot_map = tx_mask; in sst_handle_vb_timer() 789 ctx->ssp_cmd.active_rx_slot_map = rx_mask; in sst_handle_vb_timer() 790 ctx->ssp_cmd.nb_bits_per_slots = slot_width;847 ctx->ssp_cmd.ssp_protocol = SSP_MODE_PCM; in sst_fill_ssp_config() 848 ctx->ssp_cmd.mode = sst_get_ssp_mode(dai, fmt) | (SSP_PCM_MODE_NETWORK << 1); in sst_fill_ssp_config() 849 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config() 850 ctx->ssp_cmd.data_polarity = 1; in sst_fill_ssp_config() 851 ctx->ssp_cmd.frame_sync_width = 1; in sst_fill_ssp_config() 855 ctx->ssp_cmd in sst_fill_ssp_config() [all...]
3988 struct ssp_ini_io_start_req ssp_cmd; in pm8001_chip_ssp_io_req() local3992 memset(&ssp_cmd, 0, sizeof(ssp_cmd)); in pm8001_chip_ssp_io_req()3993 memcpy(ssp_cmd.ssp_iu.lun, task->ssp_task.LUN, 8); in pm8001_chip_ssp_io_req()3994 ssp_cmd.dir_m_tlr = in pm8001_chip_ssp_io_req()3997 ssp_cmd.data_len = cpu_to_le32(task->total_xfer_len); in pm8001_chip_ssp_io_req()3998 ssp_cmd.device_id = cpu_to_le32(pm8001_dev->device_id); in pm8001_chip_ssp_io_req()3999 ssp_cmd.tag = cpu_to_le32(tag); in pm8001_chip_ssp_io_req()4000 ssp_cmd.ssp_iu.efb_prio_attr |= (task->ssp_task.task_attr & 7); in pm8001_chip_ssp_io_req()4001 memcpy(ssp_cmd.ssp_iu.cdb, task->ssp_task.cmd->cmnd, in pm8001_chip_ssp_io_req()4008 ssp_cmd.addr_low = cpu_to_le32(lower_32_bits(phys_addr)); in pm8001_chip_ssp_io_req()[all …]
323 struct ssp_command_iu ssp_cmd; member