Searched refs:ssp_cmd (Results 1 – 6 of 6) sorted by relevance
796 ctx->ssp_cmd.nb_slots = slots; in sst_fill_ssp_slot()858 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()859 ctx->ssp_cmd.data_polarity = 1; in sst_fill_ssp_config()866 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()867 ctx->ssp_cmd.data_polarity = 1; in sst_fill_ssp_config()874 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()876 ctx->ssp_cmd.frame_sync_width = ctx->ssp_cmd.nb_bits_per_slots; in sst_fill_ssp_config()882 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()884 ctx->ssp_cmd.frame_sync_width = ctx->ssp_cmd.nb_bits_per_slots; in sst_fill_ssp_config()940 ctx->ssp_cmd.reserved1 = ctx->ssp_cmd.reserved2 = 0xFF; in sst_fill_ssp_defaults()[all …]
174 struct sst_cmd_sba_hw_set_ssp ssp_cmd; member
4410 memset(&ssp_cmd, 0, sizeof(ssp_cmd)); in pm80xx_chip_ssp_io_req()4416 ssp_cmd.dad_dir_m_tlr = in pm80xx_chip_ssp_io_req()4459 ssp_cmd.enc_esgl = 0; in pm80xx_chip_ssp_io_req()4501 ssp_cmd.addr_low = in pm80xx_chip_ssp_io_req()4503 ssp_cmd.addr_high = in pm80xx_chip_ssp_io_req()4509 ssp_cmd.addr_high = in pm80xx_chip_ssp_io_req()4512 ssp_cmd.esgl = 0; in pm80xx_chip_ssp_io_req()4526 ssp_cmd.addr_low = in pm80xx_chip_ssp_io_req()4528 ssp_cmd.addr_high = in pm80xx_chip_ssp_io_req()4536 ssp_cmd.esgl = 0; in pm80xx_chip_ssp_io_req()[all …]
4237 struct ssp_ini_io_start_req ssp_cmd; in pm8001_chip_ssp_io_req() local4243 memset(&ssp_cmd, 0, sizeof(ssp_cmd)); in pm8001_chip_ssp_io_req()4245 ssp_cmd.dir_m_tlr = in pm8001_chip_ssp_io_req()4250 ssp_cmd.tag = cpu_to_le32(tag); in pm8001_chip_ssp_io_req()4252 ssp_cmd.ssp_iu.efb_prio_attr |= 0x80; in pm8001_chip_ssp_io_req()4265 ssp_cmd.esgl = cpu_to_le32(1<<31); in pm8001_chip_ssp_io_req()4271 ssp_cmd.esgl = 0; in pm8001_chip_ssp_io_req()4273 ssp_cmd.addr_low = 0; in pm8001_chip_ssp_io_req()4274 ssp_cmd.addr_high = 0; in pm8001_chip_ssp_io_req()4276 ssp_cmd.esgl = 0; in pm8001_chip_ssp_io_req()[all …]
485 memcpy(scb->ssp_task.ssp_cmd.lun, task->ssp_task.LUN, 8); in asd_build_ssp_ascb()487 scb->ssp_task.ssp_cmd.efb_prio_attr |= EFB_MASK; in asd_build_ssp_ascb()488 scb->ssp_task.ssp_cmd.efb_prio_attr |= (task->ssp_task.task_prio << 3); in asd_build_ssp_ascb()489 scb->ssp_task.ssp_cmd.efb_prio_attr |= (task->ssp_task.task_attr & 7); in asd_build_ssp_ascb()490 memcpy(scb->ssp_task.ssp_cmd.cdb, task->ssp_task.cmd->cmnd, in asd_build_ssp_ascb()
323 struct ssp_command_iu ssp_cmd; member
Completed in 32 milliseconds