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
4272 memset(&ssp_cmd, 0, sizeof(ssp_cmd)); in pm80xx_chip_ssp_io_req()4279 ssp_cmd.dad_dir_m_tlr = in pm80xx_chip_ssp_io_req()4321 ssp_cmd.enc_esgl = 0; in pm80xx_chip_ssp_io_req()4347 ssp_cmd.enc_esgl = 0; in pm80xx_chip_ssp_io_req()4367 ssp_cmd.addr_low = in pm80xx_chip_ssp_io_req()4369 ssp_cmd.addr_high = in pm80xx_chip_ssp_io_req()4376 ssp_cmd.addr_high = in pm80xx_chip_ssp_io_req()4379 ssp_cmd.esgl = 0; in pm80xx_chip_ssp_io_req()4394 ssp_cmd.addr_low = in pm80xx_chip_ssp_io_req()4396 ssp_cmd.addr_high = in pm80xx_chip_ssp_io_req()[all …]
4043 struct ssp_ini_io_start_req ssp_cmd; in pm8001_chip_ssp_io_req() local4047 memset(&ssp_cmd, 0, sizeof(ssp_cmd)); in pm8001_chip_ssp_io_req()4049 ssp_cmd.dir_m_tlr = in pm8001_chip_ssp_io_req()4054 ssp_cmd.tag = cpu_to_le32(tag); in pm8001_chip_ssp_io_req()4056 ssp_cmd.ssp_iu.efb_prio_attr |= 0x80; in pm8001_chip_ssp_io_req()4068 ssp_cmd.esgl = cpu_to_le32(1<<31); in pm8001_chip_ssp_io_req()4074 ssp_cmd.esgl = 0; in pm8001_chip_ssp_io_req()4076 ssp_cmd.addr_low = 0; in pm8001_chip_ssp_io_req()4077 ssp_cmd.addr_high = 0; in pm8001_chip_ssp_io_req()4079 ssp_cmd.esgl = 0; in pm8001_chip_ssp_io_req()[all …]
487 memcpy(scb->ssp_task.ssp_cmd.lun, task->ssp_task.LUN, 8); in asd_build_ssp_ascb()489 scb->ssp_task.ssp_cmd.efb_prio_attr |= EFB_MASK; in asd_build_ssp_ascb()490 scb->ssp_task.ssp_cmd.efb_prio_attr |= (task->ssp_task.task_prio << 3); in asd_build_ssp_ascb()491 scb->ssp_task.ssp_cmd.efb_prio_attr |= (task->ssp_task.task_attr & 7); in asd_build_ssp_ascb()492 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 34 milliseconds